summaryrefslogtreecommitdiff
path: root/src/sys/mman/mprotect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/mman/mprotect.c')
-rw-r--r--src/sys/mman/mprotect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/mman/mprotect.c b/src/sys/mman/mprotect.c
index f5ac3203..ebce6e68 100644
--- a/src/sys/mman/mprotect.c
+++ b/src/sys/mman/mprotect.c
@@ -7,5 +7,5 @@ int mprotect(void *addr, size_t len, int prot);
/*
XOPEN(400)
-POSIX(19xxyy)
+POSIX(199309)
*/