about summary refs log tree commit diff
path: root/src/mman/munlockall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mman/munlockall.c')
-rw-r--r--src/mman/munlockall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mman/munlockall.c b/src/mman/munlockall.c
index ce3e86cc..6e9d39d6 100644
--- a/src/mman/munlockall.c
+++ b/src/mman/munlockall.c
@@ -3,5 +3,5 @@
 
 int munlockall(void)
 {
-	return syscall0(__NR_munlockall);
+	return syscall(SYS_munlockall);
 }