diff options
Diffstat (limited to 'libc/sysdeps/linux/common/munlockall.c')
-rw-r--r-- | libc/sysdeps/linux/common/munlockall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/munlockall.c b/libc/sysdeps/linux/common/munlockall.c index 39507715a..cc1526451 100644 --- a/libc/sysdeps/linux/common/munlockall.c +++ b/libc/sysdeps/linux/common/munlockall.c @@ -12,5 +12,5 @@ #if defined __NR_munlockall && defined __ARCH_USE_MMU__ #include <sys/mman.h> -_syscall0(int, munlockall); +_syscall0(int, munlockall) #endif |