diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/mmap64.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/mmap64.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/mmap64.c b/sysdeps/unix/sysv/linux/mmap64.c index ea7cd3233e..7e9e9498cb 100644 --- a/sysdeps/unix/sysv/linux/mmap64.c +++ b/sysdeps/unix/sysv/linux/mmap64.c @@ -28,9 +28,6 @@ #include "kernel-features.h" #ifdef __NR_mmap2 -/* We have the system call that takes page number instead of byte address. */ -extern void *__unbounded __syscall_mmap2 (void *__unbounded, size_t, - int, int, int, off_t); /* This is always 12, even on architectures where PAGE_SHIFT != 12. */ # ifndef MMAP2_PAGE_SHIFT |