Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
67ab5ee7
Commit
67ab5ee7
authored
Jan 01, 2014
by
Edd Barrett
Browse files
On OpenBSD MAP_ANONYMOUS is called MAP_ANON.
parent
8146aea8
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/asmx64.c
View file @
67ab5ee7
...
...
@@ -7,6 +7,10 @@
#include "misc.h"
#include "asmx64.h"
#if defined(__OpenBSD__)
#define MAP_ANONYMOUS MAP_ANON
#endif
/* all offsets are measured in multiples of 8 bytes */
#define WORD_SIZE (8)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment