summaryrefslogtreecommitdiff
path: root/src/_forced/mmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/_forced/mmap.h')
-rw-r--r--src/_forced/mmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_forced/mmap.h b/src/_forced/mmap.h
index 65c1ef01..24256479 100644
--- a/src/_forced/mmap.h
+++ b/src/_forced/mmap.h
@@ -5,6 +5,7 @@
#define PROT_NONE 0x0
#define PROT_READ 0x1
#define PROT_WRITE 0x2
+#define PROT_EXEC 0x4
#define MAP_PRIVATE 0x02
#define MAP_FAILED (void*)(-1)
#define MAP_ANONYMOUS (0x20)