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 d0a086a37..4ee729292 100644 --- a/libc/sysdeps/linux/common/munlockall.c +++ b/libc/sysdeps/linux/common/munlockall.c @@ -9,6 +9,6 @@ #include "syscalls.h" #include <sys/mman.h> -#if defined __ARCH_HAS_MMU__ +#if defined __ARCH_USE_MMU__ _syscall0(int, munlockall); #endif |