From 49836ed4fa13e431fdbb52e418499853df8693c6 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 20 Feb 2019 11:59:27 -0500 Subject: add correct POSIX version --- src/sys/mman/mprotect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sys/mman/mprotect.c') 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) */ -- cgit v1.2.1