summaryrefslogtreecommitdiff
path: root/src/sys/mman/PROT_NONE.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/mman/PROT_NONE.c')
-rw-r--r--src/sys/mman/PROT_NONE.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sys/mman/PROT_NONE.c b/src/sys/mman/PROT_NONE.c
new file mode 100644
index 00000000..d70da016
--- /dev/null
+++ b/src/sys/mman/PROT_NONE.c
@@ -0,0 +1,6 @@
+#include <sys/mman.h>
+#define PROT_NONE /* TODO */
+/*
+XOPEN(400)
+POSIX(19xxyy)
+*/