summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/mprotect.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/mprotect.c')
-rw-r--r--libc/sysdeps/linux/common/mprotect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/mprotect.c b/libc/sysdeps/linux/common/mprotect.c
index 7122f0f2f..a0e7610fd 100644
--- a/libc/sysdeps/linux/common/mprotect.c
+++ b/libc/sysdeps/linux/common/mprotect.c
@@ -11,5 +11,5 @@
#include <sys/mman.h>
#if defined __ARCH_USE_MMU__ && defined __NR_mprotect
-_syscall3(int, mprotect, void *, addr, size_t, len, int, prot);
+_syscall3(int, mprotect, void *, addr, size_t, len, int, prot)
#endif