diff options
Diffstat (limited to 'libc/sysdeps/linux/common/mmap64.c')
-rw-r--r-- | libc/sysdeps/linux/common/mmap64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/mmap64.c b/libc/sysdeps/linux/common/mmap64.c index 2b10e5710..d0e87afb5 100644 --- a/libc/sysdeps/linux/common/mmap64.c +++ b/libc/sysdeps/linux/common/mmap64.c @@ -17,7 +17,7 @@ /* libc_hidden_proto(mmap) */ -# if !defined __NR_mmap2 || !defined _syscall6 +# if !defined __NR_mmap2 /* * This version is a stub that just chops off everything at the mmap 32 bit |