]> 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>
Tue, 22 Aug 2023 18:11:42 +0000 (11:11 -0700)
committerKaty Feng <fkaty@vmware.com>
Tue, 22 Aug 2023 18:11:42 +0000 (11:11 -0700)
open-vm-tools/lib/include/compat/compat_stdarg.h

index 900a2f81ea6ae89c296f327b3f29804a7b9598c0..5295e5c9dfa8b6d74c67d55e5fdec59d60478d31 100644 (file)
  *    Compatibility defines for systems that need the stdarg features. If your program
  *    needs va_init, va_copy, va_end, etc. then include this file instead of including
  *    stdarg.h directly.
+ *
+ *    Note that the header guard for this file does not follow typical naming
+ *    convention as _COMPAT_STDARG_H conflicts with emscripten's compat/stdarg.h
  */
 
-#ifndef _COMPAT_STDARG_H
-#define _COMPAT_STDARG_H 1
+#ifndef _VMWARE_COMPAT_STDARG_H
+#define _VMWARE_COMPAT_STDARG_H 1
 
 #define INCLUDE_ALLOW_USERLEVEL
 
@@ -66,4 +69,4 @@
 #   endif
 #endif
 
-#endif /* _COMPAT_STDARG_H */
+#endif /* _VMWARE_COMPAT_STDARG_H */