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 3abfd566b..2b10e5710 100644 --- a/libc/sysdeps/linux/common/mmap64.c +++ b/libc/sysdeps/linux/common/mmap64.c @@ -15,7 +15,7 @@ #include <sys/syscall.h> #include <bits/uClibc_page.h> -libc_hidden_proto(mmap) +/* libc_hidden_proto(mmap) */ # if !defined __NR_mmap2 || !defined _syscall6 |