diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/mmap64.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/mmap64.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/mmap64.c b/sysdeps/unix/sysv/linux/mmap64.c index aa02eaa5f8..17804fc3bf 100644 --- a/sysdeps/unix/sysv/linux/mmap64.c +++ b/sysdeps/unix/sysv/linux/mmap64.c @@ -24,8 +24,6 @@ #include <sysdep.h> #include <sys/syscall.h> -#include <kernel-features.h> - /* This is always 12, even on architectures where PAGE_SHIFT != 12. */ #if MMAP2_PAGE_SHIFT == -1 static int page_shift; |