summaryrefslogtreecommitdiff
path: root/profiles/osapi/modern.h
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/osapi/modern.h')
-rw-r--r--profiles/osapi/modern.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/osapi/modern.h b/profiles/osapi/modern.h
index 3cbea8c..8bd794c 100644
--- a/profiles/osapi/modern.h
+++ b/profiles/osapi/modern.h
@@ -1,6 +1,8 @@
#ifndef PY_OSAPI_MODERN_H
#define PY_OSAPI_MODERN_H
+#include <stdarg.h>
+
/* atomics */
#ifdef __ATOMIC_ACQUIRE
#define HAVE_BUILTIN_ATOMIC 1
@@ -287,6 +289,10 @@
#define HAVE_GCC_ASM_FOR_X87 1
#endif
+#ifndef __va_copy
+#define __va_copy va_copy
+#endif
+
#define _BSD_TYPES 1
#define _DARWIN_C_SOURCE 1
#define _FILE_OFFSET_BITS 64