diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/generic')
12 files changed, 0 insertions, 21 deletions
diff --git a/sysdeps/unix/sysv/linux/generic/futimesat.c b/sysdeps/unix/sysv/linux/generic/futimesat.c index 0e9c983fb1..eece2f92fa 100644 --- a/sysdeps/unix/sysv/linux/generic/futimesat.c +++ b/sysdeps/unix/sysv/linux/generic/futimesat.c @@ -24,7 +24,6 @@ #include <utime.h> #include <sys/time.h> #include <sysdep.h> -#include <kernel-features.h> /* Change the access time of FILE relative to FD to TVP[0] and diff --git a/sysdeps/unix/sysv/linux/generic/poll.c b/sysdeps/unix/sysv/linux/generic/poll.c index 62342779c4..9639d5b2e9 100644 --- a/sysdeps/unix/sysv/linux/generic/poll.c +++ b/sysdeps/unix/sysv/linux/generic/poll.c @@ -22,8 +22,6 @@ #include <sysdep-cancel.h> #include <sys/syscall.h> -#include <kernel-features.h> - int __poll (struct pollfd *fds, nfds_t nfds, int timeout) { diff --git a/sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c index 2637f03451..17ddcf68a8 100644 --- a/sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c @@ -23,7 +23,6 @@ #include <stdarg.h> #include <sys/syscall.h> -#include <kernel-features.h> static int diff --git a/sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c index 94769b64e4..e93dd3a2b5 100644 --- a/sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c @@ -25,7 +25,6 @@ #include <sysdep.h> #include <sys/syscall.h> -#include <kernel-features.h> #include "overflow.h" diff --git a/sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c index 2bffd1fbd9..d4863d6287 100644 --- a/sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c @@ -25,8 +25,6 @@ #include <sysdep-cancel.h> #include <sys/syscall.h> -#include <kernel-features.h> - static ssize_t do_pread (int fd, void *buf, size_t count, off_t offset) { diff --git a/sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c index 093b874814..e50ac21858 100644 --- a/sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c @@ -24,8 +24,6 @@ #include <sysdep-cancel.h> #include <sys/syscall.h> -#include <kernel-features.h> - static ssize_t do_pread64 (int fd, void *buf, size_t count, off64_t offset) { diff --git a/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c index 1dae1272d0..19bbafb7b6 100644 --- a/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c @@ -26,8 +26,6 @@ #include <sysdep-cancel.h> #include <sys/syscall.h> -#include <kernel-features.h> - static ssize_t do_preadv (int fd, const struct iovec *vector, int count, off_t offset) { diff --git a/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c index 32cc314047..c08c43ef84 100644 --- a/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c @@ -25,8 +25,6 @@ #include <sysdep-cancel.h> #include <sys/syscall.h> -#include <kernel-features.h> - static ssize_t do_preadv64 (int fd, const struct iovec *vector, int count, off64_t offset) { diff --git a/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c index 909255bb7e..5f9b687386 100644 --- a/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c @@ -25,8 +25,6 @@ #include <sysdep-cancel.h> #include <sys/syscall.h> -#include <kernel-features.h> - static ssize_t do_pwrite (int fd, const void *buf, size_t count, off_t offset) { diff --git a/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c index cbdb9e9a4e..ea8890e631 100644 --- a/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c @@ -24,8 +24,6 @@ #include <sysdep-cancel.h> #include <sys/syscall.h> -#include <kernel-features.h> - static ssize_t do_pwrite64 (int fd, const void *buf, size_t count, off64_t offset) { diff --git a/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c index a166e32c3f..8f1d669c77 100644 --- a/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c @@ -26,8 +26,6 @@ #include <sysdep-cancel.h> #include <sys/syscall.h> -#include <kernel-features.h> - static ssize_t do_pwritev (int fd, const struct iovec *vector, int count, off_t offset) { diff --git a/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c index 33f4e80e66..3101a487ed 100644 --- a/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c @@ -25,8 +25,6 @@ #include <sysdep-cancel.h> #include <sys/syscall.h> -#include <kernel-features.h> - static ssize_t do_pwritev64 (int fd, const struct iovec *vector, int count, off64_t offset) { |