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