Skip to content
Snippets Groups Projects
Commit 67ab5ee7 authored by Edd Barrett's avatar Edd Barrett
Browse files

On OpenBSD MAP_ANONYMOUS is called MAP_ANON.

parent 8146aea8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment