]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Mon, 13 Nov 2023 20:07:34 +0000 (12:07 -0800)
committerKaty Feng <fkaty@vmware.com>
Mon, 13 Nov 2023 20:07:34 +0000 (12:07 -0800)
open-vm-tools/lib/include/vm_basic_defs.h

index 9197cee0bbb61da96b1bf3799467016444700750..9f22e51208348475cc595983c6cc22b1f157d6f3 100644 (file)
@@ -592,9 +592,9 @@ typedef int pid_t;
 
 #undef ARM64_ONLY
 #ifdef VM_ARM_64
-#define ARM64_ONLY(x)    x
+#define ARM64_ONLY(...)  __VA_ARGS__
 #else
-#define ARM64_ONLY(x)
+#define ARM64_ONLY(...)
 #endif
 
 #undef X86_ONLY