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