1 parent 8146aea commit 67ab5eeCopy full SHA for 67ab5ee
1 file changed
py/asmx64.c
@@ -7,6 +7,10 @@
7
#include "misc.h"
8
#include "asmx64.h"
9
10
+#if defined(__OpenBSD__)
11
+#define MAP_ANONYMOUS MAP_ANON
12
+#endif
13
+
14
/* all offsets are measured in multiples of 8 bytes */
15
#define WORD_SIZE (8)
16
0 commit comments