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 ebce6e68..e2aa6b3b 100644
--- a/src/sys/mman/mprotect.c
+++ b/src/sys/mman/mprotect.c
@@ -1,6 +1,6 @@
#include <sys/mman.h>
-int mprotect(void *addr, size_t len, int prot);
+int mprotect(void *addr, size_t len, int prot)
{
return prot;
}