]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove stray includes of kernel-features.h.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 25 Jun 2014 18:09:01 +0000 (18:09 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 25 Jun 2014 18:09:01 +0000 (18:09 +0000)
Now that files using __ASSUME_* macros have been made by
<https://sourceware.org/ml/libc-alpha/2014-06/msg00543.html> to
include <kernel-features.h> directly, any include from a file not
using __ASSUME_* macros can safely be removed (as there will no longer
be some other file relying on indirect inclusion via a header from
which the include is being removed).

This patch removes such unnecessary kernel-features.h includes.

Tested x86_64 that disassembly of installed shared libraries is
unchanged by this patch, except for line numbers in calls to
__assert_fail from libc.so and ld.so.

2014-06-23  Joseph Myers  <joseph@codesourcery.com>

* nptl/createthread.c: Don't include kernel-features.h.
* nptl/pthread_cancel.c: Likewise.
* nptl/pthread_condattr_setclock.c: Likewise.
* nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
* nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
* nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
* nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
* nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
* nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
* nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
* nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
* nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
* nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
* nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
* nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
* nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
* nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
* nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
* nscd/gai.c: Likewise.
* nss/nss_db/db-open.c: Likewise.
* sysdeps/generic/ldsodefs.h: Likewise.
* sysdeps/sh/nptl/tls.h: Likewise.
* sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
* sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
* sysdeps/unix/sysv/linux/adjtime.c: Likewise.
* sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
* sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
* sysdeps/unix/sysv/linux/check_pf.c: Likewise.
* sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
* sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
* sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
* sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
* sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
* sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
* sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
* sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
* sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
* sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
* sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
* sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
* sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
* sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
* sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
* sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
* sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
* sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
* sysdeps/unix/sysv/linux/getcwd.c: Likewise.
* sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
* sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
* sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
* sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
* sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
* sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
* sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
* sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
* sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
* sysdeps/unix/sysv/linux/if_index.c: Likewise.
* sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
* sysdeps/unix/sysv/linux/ifreq.c: Likewise.
* sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
* sysdeps/unix/sysv/linux/lutimes.c: Likewise.
* sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
* sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
* sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
* sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
* sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
* sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/mmap64.c: Likewise.
* sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
* sysdeps/unix/sysv/linux/pread.c: Likewise.
* sysdeps/unix/sysv/linux/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
* sysdeps/unix/sysv/linux/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
* sysdeps/unix/sysv/linux/s390/system.c: Likewise.
* sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
* sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
* sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
* sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
* sysdeps/unix/sysv/linux/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/sigpending.c: Likewise.
* sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
* sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
* sysdeps/unix/sysv/linux/syslog.c: Likewise.
* sysdeps/unix/sysv/linux/system.c: Likewise.
* sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
* sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
* sysdeps/unix/sysv/linux/ttyname.c: Likewise.
* sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
* sysdeps/unix/sysv/linux/utimensat.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
* sysdeps/unix/sysv/linux/xstatconv.h: Likewise.

130 files changed:
ChangeLog
nptl/createthread.c
nptl/pthread_cancel.c
nptl/pthread_condattr_setclock.c
nptl/sysdeps/unix/sysv/linux/pt-raise.c
nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c
nptl/sysdeps/unix/sysv/linux/pthread_kill.c
nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c
nptl/sysdeps/unix/sysv/linux/raise.c
nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S
nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S
nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S
nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S
nptl/sysdeps/unix/sysv/linux/timer_create.c
nptl/sysdeps/unix/sysv/linux/timer_delete.c
nptl/sysdeps/unix/sysv/linux/timer_getoverr.c
nptl/sysdeps/unix/sysv/linux/timer_gettime.c
nptl/sysdeps/unix/sysv/linux/timer_routines.c
nptl/sysdeps/unix/sysv/linux/timer_settime.c
nscd/gai.c
nss/nss_db/db-open.c
sysdeps/generic/ldsodefs.h
sysdeps/sh/nptl/tls.h
sysdeps/unix/sysv/linux/aarch64/sigaction.c
sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h
sysdeps/unix/sysv/linux/aarch64/vfork.S
sysdeps/unix/sysv/linux/adjtime.c
sysdeps/unix/sysv/linux/alpha/xstatconv.h
sysdeps/unix/sysv/linux/arm/sigaction.c
sysdeps/unix/sysv/linux/arm/sigcontextinfo.h
sysdeps/unix/sysv/linux/check_pf.c
sysdeps/unix/sysv/linux/clock_getcpuclockid.c
sysdeps/unix/sysv/linux/clock_getres.c
sysdeps/unix/sysv/linux/clock_gettime.c
sysdeps/unix/sysv/linux/clock_nanosleep.c
sysdeps/unix/sysv/linux/clock_settime.c
sysdeps/unix/sysv/linux/dl-execstack.c
sysdeps/unix/sysv/linux/dl-osinfo.h
sysdeps/unix/sysv/linux/dl-sysdep.c
sysdeps/unix/sysv/linux/generic/futimesat.c
sysdeps/unix/sysv/linux/generic/poll.c
sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c
sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c
sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c
sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c
sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c
sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c
sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c
sysdeps/unix/sysv/linux/getcwd.c
sysdeps/unix/sysv/linux/getpagesize.c
sysdeps/unix/sysv/linux/getsysstats.c
sysdeps/unix/sysv/linux/i386/fxstat.c
sysdeps/unix/sysv/linux/i386/lxstat.c
sysdeps/unix/sysv/linux/i386/mmap.S
sysdeps/unix/sysv/linux/i386/mmap64.S
sysdeps/unix/sysv/linux/i386/sigaction.c
sysdeps/unix/sysv/linux/i386/vfork.S
sysdeps/unix/sysv/linux/i386/xstat.c
sysdeps/unix/sysv/linux/ia64/system.c
sysdeps/unix/sysv/linux/if_index.c
sysdeps/unix/sysv/linux/ifaddrs.c
sysdeps/unix/sysv/linux/ifreq.c
sysdeps/unix/sysv/linux/ldsodefs.h
sysdeps/unix/sysv/linux/lutimes.c
sysdeps/unix/sysv/linux/m68k/vfork.S
sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S
sysdeps/unix/sysv/linux/mips/mips32/accept4.c
sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c
sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c
sysdeps/unix/sysv/linux/mips/pread.c
sysdeps/unix/sysv/linux/mips/pread64.c
sysdeps/unix/sysv/linux/mips/pwrite.c
sysdeps/unix/sysv/linux/mips/pwrite64.c
sysdeps/unix/sysv/linux/mips/sigaction.c
sysdeps/unix/sysv/linux/mmap64.c
sysdeps/unix/sysv/linux/netlinkaccess.h
sysdeps/unix/sysv/linux/powerpc/chown.c
sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S
sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S
sysdeps/unix/sysv/linux/pread.c
sysdeps/unix/sysv/linux/pread64.c
sysdeps/unix/sysv/linux/prof-freq.c
sysdeps/unix/sysv/linux/pwrite.c
sysdeps/unix/sysv/linux/pwrite64.c
sysdeps/unix/sysv/linux/s390/s390-32/mmap.S
sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S
sysdeps/unix/sysv/linux/s390/system.c
sysdeps/unix/sysv/linux/sh/pread.c
sysdeps/unix/sysv/linux/sh/pread64.c
sysdeps/unix/sysv/linux/sh/pwrite.c
sysdeps/unix/sysv/linux/sh/pwrite64.c
sysdeps/unix/sysv/linux/sigaction.c
sysdeps/unix/sysv/linux/sigpending.c
sysdeps/unix/sysv/linux/sigprocmask.c
sysdeps/unix/sysv/linux/sigsuspend.c
sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c
sysdeps/unix/sysv/linux/sparc/system.c
sysdeps/unix/sysv/linux/syslog.c
sysdeps/unix/sysv/linux/system.c
sysdeps/unix/sysv/linux/testrtsig.h
sysdeps/unix/sysv/linux/timespec_get.c
sysdeps/unix/sysv/linux/ttyname.c
sysdeps/unix/sysv/linux/ttyname_r.c
sysdeps/unix/sysv/linux/utimensat.c
sysdeps/unix/sysv/linux/x86_64/sigaction.c
sysdeps/unix/sysv/linux/xstatconv.h

index 3a8869f1265f9c671e277e0e7d5bfa5190f804a6..e1be998da4c3e02fc258a522ac5298234dfbbc17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,135 @@
 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
 
+       * nptl/createthread.c: Don't include kernel-features.h.
+       * nptl/pthread_cancel.c: Likewise.
+       * nptl/pthread_condattr_setclock.c: Likewise.
+       * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
+       * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
+       * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
+       * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
+       * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
+       * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
+       * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
+       * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
+       * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
+       * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
+       * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
+       * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
+       * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
+       * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
+       * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
+       * nscd/gai.c: Likewise.
+       * nss/nss_db/db-open.c: Likewise.
+       * sysdeps/generic/ldsodefs.h: Likewise.
+       * sysdeps/sh/nptl/tls.h: Likewise.
+       * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
+       * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
+       * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
+       * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
+       * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
+       * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
+       * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
+       * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
+       * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
+       * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
+       * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
+       * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
+       * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
+       * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
+       * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
+       * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
+       * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
+       * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
+       * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
+       * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
+       * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
+       * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
+       * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
+       * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
+       * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
+       * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
+       * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
+       * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
+       * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
+       * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
+       * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
+       * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
+       * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
+       * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
+       * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
+       * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
+       * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
+       * sysdeps/unix/sysv/linux/if_index.c: Likewise.
+       * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
+       * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
+       * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
+       * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
+       * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
+       * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
+       * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
+       * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
+       * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
+       * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
+       * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
+       * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
+       * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
+       * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
+       * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
+       * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
+       * sysdeps/unix/sysv/linux/pread.c: Likewise.
+       * sysdeps/unix/sysv/linux/pread64.c: Likewise.
+       * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
+       * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
+       * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
+       * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
+       * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
+       * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
+       * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
+       * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
+       * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
+       * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
+       * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
+       * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
+       * sysdeps/unix/sysv/linux/syslog.c: Likewise.
+       * sysdeps/unix/sysv/linux/system.c: Likewise.
+       * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
+       * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
+       * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
+       * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
+       * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
+       * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
+
        * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
        * configure: Regenerated.
        * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
index 28c1ea67d3556e8504f22a65a4761c311f0949e9..d71467f0d4e426a251b454ca60df60444da51de6 100644 (file)
@@ -25,8 +25,6 @@
 #include <tls.h>
 #include <stdint.h>
 
-#include "kernel-features.h"
-
 
 #define CLONE_SIGNAL           (CLONE_SIGHAND | CLONE_THREAD)
 
index 6ab81722a3571ab7fc65d006f5ed2bb961fc408b..aeba1ff823bd25be7c9c4576908d822f6b99a266 100644 (file)
@@ -21,7 +21,6 @@
 #include "pthreadP.h"
 #include "atomic.h"
 #include <sysdep.h>
-#include <kernel-features.h>
 
 
 int
index 35d2c0794bbd1f954aaf1c9ea6ef9acf51c7761a..f0619cb1f308a6309302a96b3e6a65d4f9dc1eb2 100644 (file)
@@ -22,7 +22,6 @@
 #include <time.h>
 #include <sysdep.h>
 #include "pthreadP.h"
-#include <kernel-features.h>
 
 
 int
index 74762b749b260abcd4f8c10beac9e3eeb48be1e0..fc26e858b30c66bcf8332a6aebd2fcc91d3b022e 100644 (file)
@@ -20,7 +20,6 @@
 #include <signal.h>
 #include <sysdep.h>
 #include <tls.h>
-#include <kernel-features.h>
 
 
 int
index aa9c93f5a33d9701589c411afcd9de347855bcc8..3e634a03c8aabcf2044c6bf031e88311fd2d0cfd 100644 (file)
@@ -20,7 +20,6 @@
 #include <pthreadP.h>
 #include <sys/time.h>
 #include <tls.h>
-#include <kernel-features.h>
 #include <kernel-posix-cpu-timers.h>
 
 
index f8957ae17c0c61b8f2bff3e05efb3daae94d25eb..0a4d8627a9a3134bc6e9a78e6b9d0be650a27615 100644 (file)
@@ -21,7 +21,6 @@
 #include <pthreadP.h>
 #include <tls.h>
 #include <sysdep.h>
-#include <kernel-features.h>
 
 
 int
index 8dee3a69d2064cb6e818d9d7f56a7ffbf15dbba6..1e668154165ce6944d4603c906b4f56a5c29194c 100644 (file)
@@ -23,7 +23,6 @@
 #include <pthreadP.h>
 #include <tls.h>
 #include <sysdep.h>
-#include <kernel-features.h>
 
 
 int
index 67c9b1f23e5db230bf0f419bbc954fd57d3dc4f1..4106e8c45861c8db1ce0d617049e012f7d5a3918 100644 (file)
@@ -21,7 +21,6 @@
 #include <signal.h>
 #include <sysdep.h>
 #include <nptl/pthreadP.h>
-#include <kernel-features.h>
 
 
 int
index 00ed99292fa07a4c07c81b955020f9d95fee0b56..49085622218fb6c92c021dddaf949fb1be5053d4 100644 (file)
@@ -19,7 +19,6 @@
 #include <sysdep.h>
 #define _ERRNO_H       1
 #include <bits/errno.h>
-#include <kernel-features.h>
 #include <bits/wordsize.h>
 #include <tcb-offsets.h>
 
index adf66bebf75177326961a4fef06dcf381440265b..45411bad4327facec37ef12cc3492e1233e7dc41 100644 (file)
@@ -19,7 +19,6 @@
 #include <sysdep.h>
 #define _ERRNO_H       1
 #include <bits/errno.h>
-#include <kernel-features.h>
 #include <bits/wordsize.h>
 #include <tcb-offsets.h>
 
index 97f82f00f2014a2e71638c9b2c67412861ec9256..589209d5720c117320da30163d540db0dffbc64e 100644 (file)
@@ -19,7 +19,6 @@
 #include <sysdep.h>
 #define _ERRNO_H       1
 #include <bits/errno.h>
-#include <kernel-features.h>
 #include <bits/wordsize.h>
 #include <tcb-offsets.h>
 
index 4f7a0b53cafca722ab52ee66c7bb6d4d5475e28b..205e893089be06d5088a03b081528a333b1b2f17 100644 (file)
@@ -19,7 +19,6 @@
 #include <sysdep.h>
 #define _ERRNO_H       1
 #include <bits/errno.h>
-#include <kernel-features.h>
 #include <bits/wordsize.h>
 #include <tcb-offsets.h>
 
index 8b20aba53bcdb0f755f20b8d18074b9c13ce11fd..e5c056bf2ceac33641426ef16c5cd2e32e221155 100644 (file)
@@ -23,7 +23,6 @@
 #include <string.h>
 #include <time.h>
 #include <sysdep.h>
-#include <kernel-features.h>
 #include <internaltypes.h>
 #include <nptl/pthreadP.h>
 #include "kernel-posix-timers.h"
index d7fc501f0aba67f6523b70283cdcfc67424965e3..1de81236e218fe48afd418abf85b98a068276de5 100644 (file)
@@ -20,7 +20,6 @@
 #include <stdlib.h>
 #include <time.h>
 #include <sysdep.h>
-#include <kernel-features.h>
 #include "kernel-posix-timers.h"
 
 
index ea61a4c427a6d2c43a7d8e73ac68c0106836b3e5..0ac394114ee78e0ae453abfed7a80675faf2ad4f 100644 (file)
@@ -19,7 +19,6 @@
 #include <errno.h>
 #include <time.h>
 #include <sysdep.h>
-#include <kernel-features.h>
 #include "kernel-posix-timers.h"
 
 
index 902e1f947cc25cf2a73dcec8ddc5ceacd28bbfa8..7783034a761072fcaa4644764bf0c852edce74ee 100644 (file)
@@ -20,7 +20,6 @@
 #include <stdlib.h>
 #include <time.h>
 #include <sysdep.h>
-#include <kernel-features.h>
 #include "kernel-posix-timers.h"
 
 
index 2c383bafdfd1b77b45294b1f17bf713026db4625..4ac9bbe896dabb24415fa3bb2390325ec5b67ad3 100644 (file)
@@ -21,7 +21,6 @@
 #include <signal.h>
 #include <stdbool.h>
 #include <sysdep.h>
-#include <kernel-features.h>
 #include <nptl/pthreadP.h>
 #include "kernel-posix-timers.h"
 
index 9d2529e25955c11e9e6acbd61e2e18194249cfed..f7f7c91c51b3f8ecfc33eb2af4689c43dbd7405b 100644 (file)
@@ -20,7 +20,6 @@
 #include <stdlib.h>
 #include <time.h>
 #include <sysdep.h>
-#include <kernel-features.h>
 #include "kernel-posix-timers.h"
 
 
index 47d3d402fee330236cc748826d50e4dfea136ff5..95373e4ecbf1507dadcc1cfbf73770b357704bd7 100644 (file)
@@ -16,7 +16,6 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.  */
 
 #include <alloca.h>
-#include <kernel-features.h>
 
 /* This file uses the getaddrinfo code but it compiles it without NSCD
    support.  We just need a few symbol renames.  */
index ea867a7a7fb30d2b48cfa0347e6edd780df7e4b9..9c6969a44e165c0146e1df62005c3c1e54f94ac6 100644 (file)
@@ -25,7 +25,6 @@
 #include <sys/mman.h>
 #include <not-cancel.h>
 
-#include <kernel-features.h>
 #include "nss_db.h"
 
 /* Open the database stored in FILE.  If succesful, store either a
index 6cf5e1b0b8a3500ca383bdd82e364344a48a35c9..96f018da3c4b689ba37db9699397fd457ce1baa2 100644 (file)
@@ -38,7 +38,6 @@
 #include <bits/libc-lock.h>
 #include <hp-timing.h>
 #include <tls.h>
-#include <kernel-features.h>
 
 __BEGIN_DECLS
 
index d4d3e93d64ee2daae0d629aa8d3e1cf1b5414c41..5a829756a8480bd910b7452a3337d03070b6e2a1 100644 (file)
@@ -28,7 +28,6 @@
 # include <stdlib.h>
 # include <list.h>
 # include <sysdep.h>
-# include <kernel-features.h>
 
 /* Type for the dtv.  */
 typedef union dtv
index 418207f68db723186b77cc05c1daa440cd01b337..7dabe4689b6efb9a0273d55e8a57c2846124c369 100644 (file)
@@ -23,8 +23,6 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #define SA_RESTORER    0x04000000
 
 /* The difference here is that the sigaction structure used in the
index 3291fd97e368a76699702e36fec8d9e3b7d3c3f0..03f71176bc7835b69fb47685c2c386e9854435ed 100644 (file)
@@ -17,7 +17,6 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <sys/ucontext.h>
-#include "kernel-features.h"
 
 #define SIGCONTEXT siginfo_t *_si, struct ucontext *
 #define GET_PC(ctx) ((void *) (ctx)->uc_mcontext.pc)
index 316cb65e9b34d2ffac3d1b47f55856b9275e06da..6244aed31df0d69b49d77052972f0c7953e20e69 100644 (file)
@@ -19,7 +19,6 @@
 #include <sysdep.h>
 #define _ERRNO_H       1
 #include <bits/errno.h>
-#include <kernel-features.h>
 
 /* Clone the calling process, but without copying the whole address space.
    The calling process is suspended until the new process exits or is
index ef31cc5c619ec606a5a2b1ccfb07b53c56856a90..90300b5fbbb9b8f865e4e9c21edd2660e9530c4e 100644 (file)
@@ -20,8 +20,6 @@
 #include <sys/time.h>
 #include <sys/timex.h>
 
-#include <kernel-features.h>
-
 #define MAX_SEC        (INT_MAX / 1000000L - 2)
 #define MIN_SEC        (INT_MIN / 1000000L + 2)
 
index 9b259778f6accef31182e092884e694382d27076..25bc8ca3b0a17e136c71cfab6b2558e531d0a280 100644 (file)
@@ -16,7 +16,6 @@
    License along with the GNU C Library.  If not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <kernel-features.h>
 #include <sys/syscall.h>
 
 extern int __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf)
index e1d87cbc4855d8e403552d13d6f2397945859406..24a2774f8bcbdaf97360ea5b66df571d1f4a7763 100644 (file)
@@ -21,7 +21,6 @@
 
 #include <sysdep.h>
 #include <sys/syscall.h>
-#include <kernel-features.h>
 
 /* The difference here is that the sigaction structure used in the
    kernel is not the same as we use in the libc.  Therefore we must
index 258703dc880f5830832dafb4dfb3845f106dc0ea..aae6bbdeeed4b1d5d383d621047972dfa56c12c0 100644 (file)
@@ -17,7 +17,6 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <sys/ucontext.h>
-#include "kernel-features.h"
 
 #define SIGCONTEXT siginfo_t *_si, struct ucontext *
 #define SIGCONTEXT_EXTRA_ARGS _si,
index e6a12edaa9853495edcf8b0570f861d6e86aec87..1bc1def72f13ec0deeb52e7b04261d6059a029c0 100644 (file)
@@ -32,7 +32,6 @@
 #include <linux/rtnetlink.h>
 
 #include <not-cancel.h>
-#include <kernel-features.h>
 #include <bits/libc-lock.h>
 #include <atomic.h>
 #include <nscd/nscd-client.h>
index b1e3db578c3918e3d447e49e4de5eb2d95442b7f..bf55679e9138759fd080b03be71358818fb9ff1a 100644 (file)
@@ -19,7 +19,6 @@
 #include <errno.h>
 #include <time.h>
 #include <unistd.h>
-#include <kernel-features.h>
 #include "kernel-posix-cpu-timers.h"
 
 int
index e822b94d8725fcfb30db23691d515d5503db4fd7..ff4b8f212c514eab55a7f13187af7d032f280121 100644 (file)
@@ -20,7 +20,6 @@
 #include <errno.h>
 #include <time.h>
 #include "kernel-posix-cpu-timers.h"
-#include <kernel-features.h>
 
 #ifndef HAVE_CLOCK_GETRES_VSYSCALL
 # undef INTERNAL_VSYSCALL
index a3182628d6b8707f1c57015ab4b0856953233e19..3183b7ea60adbb5fdce6ba42170ef8b1f45f6302 100644 (file)
@@ -20,7 +20,6 @@
 #include <errno.h>
 #include <time.h>
 #include "kernel-posix-cpu-timers.h"
-#include <kernel-features.h>
 
 #ifndef HAVE_CLOCK_GETTIME_VSYSCALL
 # undef INTERNAL_VSYSCALL
index 0597c5e1fd92d39f52286dd3c3e7dbc1c10765a0..174c0d0cc12cd138957a48d196f5a5db9e48d95a 100644 (file)
@@ -19,7 +19,6 @@
 #include <errno.h>
 
 #include <sysdep-cancel.h>
-#include <kernel-features.h>
 #include "kernel-posix-cpu-timers.h"
 
 
index 394c0a33abbbc30e91394320d8e30e689b3180fb..0448bfef69461129947284913eed78c1e8185dd4 100644 (file)
@@ -20,7 +20,6 @@
 #include <time.h>
 
 #include "kernel-posix-cpu-timers.h"
-#include <kernel-features.h>
 
 #ifndef HAVE_CLOCK_GETRES_VSYSCALL
 # undef INTERNAL_VSYSCALL
index 159fd96b5206b3fb3c4fd447ae7c6024a0b1e62a..8bac49765f6d0bd40a634fba89673af1201d7d1c 100644 (file)
@@ -25,8 +25,6 @@
 #include <caller.h>
 #include <sysdep.h>
 
-#include <kernel-features.h>
-
 
 extern int __stack_prot attribute_relro attribute_hidden;
 
index fd82287f0a3b134c9581932173196093ffee6d3b..eb9c3773778dda03c174114ff8ddde39616c7504 100644 (file)
@@ -16,7 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <kernel-features.h>
 #include <dl-sysdep.h>
 #include <endian.h>
 #include <fcntl.h>
index 28100742f5b7b386896cbfe3090010273d3d43c2..27b09ddc65f0f3748aa6b256c4015372bb4349a7 100644 (file)
@@ -24,7 +24,6 @@
 #include <unistd.h>
 #include <sys/utsname.h>
 #include <ldsodefs.h>
-#include <kernel-features.h>
 
 #ifdef SHARED
 # define DL_SYSDEP_INIT frob_brk ()
index 0e9c983fb16968ef7b54bf4e92008ce86947cc7b..eece2f92fa58aa2753d77f93578e4fa88a4f5015 100644 (file)
@@ -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
index 62342779c483d98f18220f6205d874b82ceab8ef..9639d5b2e97524161f03be16810950d006e25100 100644 (file)
@@ -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)
 {
index 2637f03451c884b55f947d9a459cf8f241ccb581..17ddcf68a8e76f10939527e683e52d5df8147a30 100644 (file)
@@ -23,7 +23,6 @@
 #include <stdarg.h>
 
 #include <sys/syscall.h>
-#include <kernel-features.h>
 
 
 static int
index 94769b64e49b9ebb671333b7dc8f9cd4b483a648..e93dd3a2b5667eb5ec214e0ded7208f6b5a33f75 100644 (file)
@@ -25,7 +25,6 @@
 
 #include <sysdep.h>
 #include <sys/syscall.h>
-#include <kernel-features.h>
 
 #include "overflow.h"
 
index 2bffd1fbd95bce3c14c6ec63f1ebd164e6c71959..d4863d6287df833dfb0c12d73fcc2e9aeda4baec 100644 (file)
@@ -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)
 {
index 093b8748142d1a9fa2ae2cca7dfcf6b7533b7607..e50ac21858d8d4a20ffaba17056ee850ba04b24d 100644 (file)
@@ -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)
 {
index 1dae1272d0527a5f8f98ba5d64a59ca961221b7e..19bbafb7b6175aede97857632edc16d61c90ba50 100644 (file)
@@ -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)
 {
index 32cc3140475a029fac4a4bc4cf9646577e17a38e..c08c43ef84e6f9f9d6edab82749447f9bcd7d1a3 100644 (file)
@@ -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)
 {
index 909255bb7e5e7a1326fe5c2721fcf5cc3f7813d2..5f9b687386960d4143ea7345d5be5fe09f18f86f 100644 (file)
@@ -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)
 {
index cbdb9e9a4ece3a3e84496e5ac49df63eeb4b283c..ea8890e631dd8ef356218ecd0856948b88f161f7 100644 (file)
@@ -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)
 {
index a166e32c3f605068b96e98da29cf677f43925705..8f1d669c7731cfe02a2ac12c084474093c493544 100644 (file)
@@ -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)
 {
index 33f4e80e66ace8f8a42b799f72c15f7a988aa667..3101a487ed17f3a3401c1a88f448d88a661f3ee1 100644 (file)
@@ -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)
 {
index ccf3bf25c6cc8d68bde5b9248a2898b36d5be3a8..a9abcefa4dca1c68e250f5ff2d707aa7506f1789 100644 (file)
@@ -27,8 +27,6 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 
 /* If we compile the file for use in ld.so we don't need the feature
    that getcwd() allocates the buffers itself.  */
index 95050cca4d6b4b70dfc63ab915d43e965d80e16d..7db7df1f89b35a40524991606584e71c984d073b 100644 (file)
@@ -20,7 +20,6 @@
 #include <sys/param.h>
 
 #include <ldsodefs.h>
-#include <kernel-features.h>
 
 /* Return the system page size.  */
 int
index 755c25986258c17462d04c4e1b39abc2999c6260..2a81184409f0c72a4fe41d40b44d2d455f9ea6f8 100644 (file)
@@ -34,7 +34,6 @@
 
 #include <atomic.h>
 #include <not-cancel.h>
-#include <kernel-features.h>
 
 
 /* How we can determine the number of available processors depends on
index 0eaaf25c0cae78bea88ee8f26cd18ae06d8df925..b2345aaf0941222527d02c6ef898f7866ba23fc7 100644 (file)
@@ -28,8 +28,6 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #include <xstatconv.h>
 
 /* Get information about the file FD in BUF.  */
index 61bcb0c4e5922cd51370f97e0f1a17c69ca8f286..911c366bbd15888c4f2b1f59f76ffd32ae01233e 100644 (file)
@@ -28,8 +28,6 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #include <xstatconv.h>
 
 
index 923c51b5b709cda16aaf4827719e02b1df0ffd8a..71f278a723c7e48c884559a095c9ba5acf7218dd 100644 (file)
@@ -17,8 +17,6 @@
 
 #include <sysdep.h>
 
-#include <kernel-features.h>
-
 #define EINVAL 22
 
        .text
index c6fef0c079ee1258faa75d9552011e2800e3864f..97438f3fc3d141ec377c1a6df35d3b6a679251bb 100644 (file)
@@ -17,8 +17,6 @@
 
 #include <sysdep.h>
 
-#include <kernel-features.h>
-
 #define EINVAL 22
 #define ENOSYS 38
 
index a901bc6bcee74af29b9f319199873d209a0ee592..778037aee89a3c12e4123ccd043e3a0f4fe1c3bd 100644 (file)
@@ -26,8 +26,6 @@
 #include <sys/syscall.h>
 #include <ldsodefs.h>
 
-#include <kernel-features.h>
-
 /* The difference here is that the sigaction structure used in the
    kernel is not the same as we use in the libc.  Therefore we must
    translate it here.  */
index 2c3d4a3ee74b6e5e993a6445eb9c808e1e256a97..f295d366a7ff238231b19832d5a0adbf164534c7 100644 (file)
@@ -19,7 +19,6 @@
 #include <sysdep.h>
 #define _ERRNO_H       1
 #include <bits/errno.h>
-#include <kernel-features.h>
 #include <tcb-offsets.h>
 
 
index 593282d74b3199db6a7902283a89d2a44830ecae..f8a96c543b166aa3d4e464a0a280d6f1e43870c6 100644 (file)
@@ -28,8 +28,6 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #include <xstatconv.h>
 
 
index 7ac8afcb8d7a806c702cd774c139f3345b4d1499..498980fc70137ecbcdea1e5a56345b672209f29d 100644 (file)
@@ -15,8 +15,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <kernel-features.h>
-
 /* We have to and actually can handle cancelable system().  The big
    problem: we have to kill the child process if necessary.  To do
    this a cleanup handler has to be registered and is has to be able
index f8948a4176df7381873a51e75b178a2089a8e6e7..0fac763f9f9a9d272203b49f4f7026a8904740d0 100644 (file)
@@ -26,7 +26,6 @@
 #include <sys/ioctl.h>
 #include <bits/libc-lock.h>
 #include <not-cancel.h>
-#include <kernel-features.h>
 
 #include "netlinkaccess.h"
 
index 6deb09445b3da48324d1607f1ac033b33349d780..2c04e172ce32c8a39bac5cc08880a4d61157e6ce 100644 (file)
@@ -32,7 +32,6 @@
 #include <sysdep.h>
 #include <time.h>
 #include <unistd.h>
-#include <kernel-features.h>
 
 #include "netlinkaccess.h"
 
index 58f51913a8374d7754af48683dea840b37959692..c404c8f16519aad514f60e293cbb2cbfaba3a914 100644 (file)
@@ -17,7 +17,6 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include "ifreq.h"
-#include <kernel-features.h>
 
 
 void
index a6bc5a9d317fb7c59ace5f16e11bae55da0043eb..cb35b9025eda5c227c07f10c6a6fbe49d229e3af 100644 (file)
@@ -18,8 +18,6 @@
 
 #ifndef        _LDSODEFS_H
 
-#include <kernel-features.h>
-
 /* Get the real definitions.  */
 #include_next <ldsodefs.h>
 
index 6a4a62a0e4814128d52b70fbe536d061a4e453a3..03d3a650362f6283b595aa16fbe1ed4c15782e62 100644 (file)
@@ -22,7 +22,6 @@
 #include <time.h>
 #include <sys/time.h>
 #include <sysdep.h>
-#include <kernel-features.h>
 
 
 int
index 30fa6289b7383fd3179555651bc907e8145da88d..0f56d5700d4cc99c82f07b916520bf49ecfdd61d 100644 (file)
@@ -19,7 +19,6 @@
 #include <sysdep.h>
 #define _ERRNO_H       1
 #include <bits/errno.h>
-#include <kernel-features.h>
 #include <tcb-offsets.h>
 
 /* Clone the calling process, but without copying the whole address space.
index 6b7b81de4a3ba9f5f38bd189f678a86d3b2c3da6..dfeb54a15e72e5cd14ed34d1cbc7cfd29e53e590 100644 (file)
@@ -19,7 +19,6 @@
 #include <sysdep.h>
 #define _ERRNO_H       1
 #include <bits/errno.h>
-#include <kernel-features.h>
 #include <tcb-offsets.h>
 
 /* Clone the calling process, but without copying the whole address space.
index 344d5219438a3a946874360409d5090a925dccf4..f81e33e283281fd029ae05038c72eb8a03fd3335 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
-#include <kernel-features.h>
 
 #undef __NR_socketcall
 
index fa176e7e0b48559a13252a46f5748402fccad6c2..5cdbac5ebe2daf06a3634a3293baeb0ade4160e9 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
-#include <kernel-features.h>
 
 #undef __NR_socketcall
 
index e7287de46e53949f812fd77961540c65c3fbb0e0..d7cb3800c25bad75bf82373085e259c57caed239 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
-#include <kernel-features.h>
 
 #undef __NR_socketcall
 
index 38fb06bfe366fa6366c781dae887006841e248a8..aa485bd28fb1f9dc02c35ecec75ac3aec0199df4 100644 (file)
@@ -27,8 +27,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #ifdef __NR_pread64             /* Newer kernels renamed but it's the same.  */
 # ifdef __NR_pread
 #  error "__NR_pread and __NR_pread64 both defined???"
index 9c2d5fd6124a12a136b5ee8688634973d241bd01..6712408963dd14c0a918cf9e26c5cc85712415aa 100644 (file)
@@ -26,8 +26,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #ifdef __NR_pread64             /* Newer kernels renamed but it's the same.  */
 # ifdef __NR_pread
 #  error "__NR_pread and __NR_pread64 both defined???"
index 426a534596f096271172aea5318d7c0ca226f476..4e87be7044e95a25eabfa0671d2e3df1b89619b4 100644 (file)
@@ -27,8 +27,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #ifdef __NR_pwrite64            /* Newer kernels renamed but it's the same.  */
 # ifdef __NR_pwrite
 #  error "__NR_pwrite and __NR_pwrite64 both defined???"
index 6e12d5d00ed0c7eed0db5b3bea260acb70ebf216..98a3186c62bec8a99b1baf884a6595ae8700b1e4 100644 (file)
@@ -26,8 +26,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #ifdef __NR_pwrite64            /* Newer kernels renamed but it's the same.  */
 # ifdef __NR_pwrite
 #  error "__NR_pwrite and __NR_pwrite64 both defined???"
index a8ba3fe97af7d654f761098c897a19e1aef4a834..6b808a6cdf9767249e1d7830f085e45b44a9248a 100644 (file)
@@ -25,8 +25,6 @@
 
 #include <sgidefs.h>
 
-#include <kernel-features.h>
-
 /* The difference here is that the sigaction structure used in the
    kernel is not the same as we use in the libc.  Therefore we must
    translate it here.  */
index aa02eaa5f8209aa00067c7cf5cf40ecda586e550..17804fc3bfe09abf423d94bfa4377360f6601cbd 100644 (file)
@@ -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;
index 29170167ac4e018dccb0eeea1f7ed894051a9f47..5695cadc505e3250f5b423316214a6c6fcb5893d 100644 (file)
@@ -23,8 +23,6 @@
 #include <linux/netlink.h>
 #include <linux/rtnetlink.h>
 
-#include <kernel-features.h>
-
 
 struct netlink_res
 {
index cabca011bd6691856a4df8d9b02ca3c4bb285859..59c6147c254bcc07f640744ef9aef5198dc63996 100644 (file)
@@ -23,8 +23,6 @@
 #include <sysdep.h>
 #include <stdlib.h>
 
-#include <kernel-features.h>
-
 /* Consider moving to syscalls.list.  */
 
 /*
index 354c4e0a493c93833185a744b9b3ebe0442b3c1d..e2955d85b657e19bf3ca759f5c620069069de42a 100644 (file)
@@ -17,7 +17,6 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <config.h>
-#include <kernel-features.h>
 #include <ldsodefs.h>
 
 int __cache_line_size attribute_hidden;
index 0463810d4c56be28ef5afd783577f0149271ba50..155f663029f4a5c8ebcf3ac36c9a16fdbdc98c58 100644 (file)
@@ -19,7 +19,6 @@
 #include <sysdep.h>
 #define _ERRNO_H       1
 #include <bits/errno.h>
-#include <kernel-features.h>
 
 #define CLONE_VM       0x00000100
 #define CLONE_THREAD   0x00010000
index 7f65eaf407e8625cd201ffd488f3ee6c11725618..770575845acfafc29d4a42abdb0bbd0fc0a52f9b 100644 (file)
@@ -22,7 +22,6 @@
 #include <unistd.h>
 #include <sysdep.h>
 #include <sys/prctl.h>
-#include <kernel-features.h>
 
 const fenv_t *
 __fe_mask_env (void)
index 6f20b0597c1e974b09a3909e6714143f79f17d1e..1da491270b81dd2fe457bf90656d5b91122e0d26 100644 (file)
@@ -22,7 +22,6 @@
 #include <unistd.h>
 #include <sysdep.h>
 #include <sys/prctl.h>
-#include <kernel-features.h>
 #include <shlib-compat.h>
 
 const fenv_t *
index cab1fda87800bf4af1065c1386f854a48ea5032b..9261626ad158e30fed2af61ad41812e1f427be08 100644 (file)
@@ -19,7 +19,6 @@
 #include <sysdep.h>
 #include <rtld-global-offsets.h>
 #include <shlib-compat.h>
-#include <kernel-features.h>
 
 #define __ASSEMBLY__
 #include <asm/ptrace.h>
index 35ac9c2159478312ca1e59a8c2e315cacaf9bc5e..33df94428779f7b6259cc526df0743e753373ebb 100644 (file)
@@ -23,8 +23,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 ssize_t
 __libc_pread (fd, buf, count, offset)
      int fd;
index 399419b83c43857395cab4e4f80a712c8a954bbd..b6e478fdadcb0ff7f76e87c995bd02bff526797b 100644 (file)
@@ -22,8 +22,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 
 ssize_t
 __libc_pread64 (fd, buf, count, offset)
index 77d39cfcec7a59c565e77107f2b69bf3ca03a416..90e4c9d000d3b472b73d1d8e2e986c598ce43e8b 100644 (file)
@@ -23,8 +23,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 
 ssize_t
 __libc_pwrite (fd, buf, count, offset)
index 02e9919323f292e78100bd5aad3304010068c69e..7f93ab7611ece5e931e88f088ec99fb0035bf887 100644 (file)
@@ -22,8 +22,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 
 ssize_t
 __libc_pwrite64 (fd, buf, count, offset)
index ce0096772ae6161d6f74b5edb9eaccc6e06c48e7..e9afdcd2b579367bbbc581180a913c156af227a6 100644 (file)
@@ -19,7 +19,6 @@
 #include <sysdep.h>
 #include <rtld-global-offsets.h>
 #include <shlib-compat.h>
-#include <kernel-features.h>
 
 #define __ASSEMBLY__
 #include <asm/ptrace.h>
index 007fab75623c943dc78ca650c89a7033431a41eb..b42f8b5540dcd08d7d59395959a0bd9783dbe2c0 100644 (file)
@@ -19,7 +19,6 @@
 #include <sysdep.h>
 #include <rtld-global-offsets.h>
 #include <shlib-compat.h>
-#include <kernel-features.h>
 
 #define __ASSEMBLY__
 #include <asm/ptrace.h>
index 8a8433617f497d92785400f8a99d74de9f9daba1..82726419d61aaeb46c8ef03e28824e32d41338eb 100644 (file)
@@ -18,7 +18,6 @@
 #include <sysdep.h>
 #define _ERRNO_H       1
 #include <bits/errno.h>
-#include <kernel-features.h>
 #include <tcb-offsets.h>
 
 /* Clone the calling process, but without copying the whole address space.
index 35fc58421a6a465c6d947c2de96dd4a9f6218727..bc1c038afe5083788584b60a682b870071566ff2 100644 (file)
@@ -21,7 +21,6 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 #include <sys/prctl.h>
-#include <kernel-features.h>
 
 const fenv_t *
 __fe_mask_env (void)
index c6c156ce787d03154a06112b849558ec2d579212..a5d4b5553ef95277ba7675b9bd06894a51f2cd44 100644 (file)
@@ -21,7 +21,6 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 #include <sys/prctl.h>
-#include <kernel-features.h>
 #include <shlib-compat.h>
 
 const fenv_t *
index 85ae1c86668ec96e8195f5e9d515a0299361e50a..7294e26c68d600bb662e4471ecc410be1ebbf437 100644 (file)
@@ -19,7 +19,6 @@
 #include <sysdep.h>
 #include <rtld-global-offsets.h>
 #include <shlib-compat.h>
-#include <kernel-features.h>
 
 #define __ASSEMBLY__
 #include <asm/ptrace.h>
index e22f5a6955227b0bc412c8b92a6b5f22258ac19d..82a8fc29a6c4520a6ce8cb6ab447815bba5f15e8 100644 (file)
@@ -17,7 +17,6 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
-#include <kernel-features.h>
 
 #define __ASSEMBLY__
 #include <asm/ptrace.h>
index 4824010bf759620af0a3f31dec917e4d39f7c0e9..d85ab901952a5abc53288f3a19a1550a09cfc76d 100644 (file)
@@ -23,8 +23,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 
 /* Consider moving to syscalls.list.  */
 
index 2f915805dc081aaaa9a4a09991a2436c067ed32b..5bdeada473f8ff71e31edbe82809e93c7412a6ad 100644 (file)
@@ -22,8 +22,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 
 /* Consider moving to syscalls.list.  */
 
index cc62a50ea3d3aa5d48d559a93b8f0c8e93a53e44..7577d2ecaae3b000094133896564c154b337b5b5 100644 (file)
@@ -23,8 +23,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 
 /* Consider moving to syscalls.list.  */
 
index a8543977f23a3fddf4dd928b7dfca95feb58c302..26ea65a2ba58b01e69b7aaa039fcac8e5233608c 100644 (file)
@@ -22,8 +22,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 
 /* Consider moving to syscalls.list.  */
 
index 0cb84dcbafc0f0a398a6c778f3f13183e5445d23..be125a29e6cd2888cb74cfd0357a5029ff452c03 100644 (file)
@@ -19,7 +19,6 @@
 #include <sysdep.h>
 #include <rtld-global-offsets.h>
 #include <shlib-compat.h>
-#include <kernel-features.h>
 
 #define __ASSEMBLY__
 #include <asm/ptrace.h>
index 1d92eb456a024f7f616a1ceb4397f7c3837c6adb..de2911edd39ff3c126275da3d000bf134959e892 100644 (file)
@@ -19,7 +19,6 @@
 #include <sysdep.h>
 #include <rtld-global-offsets.h>
 #include <shlib-compat.h>
-#include <kernel-features.h>
 
 #define __ASSEMBLY__
 #include <asm/ptrace.h>
index 72e6da85a1934ad62f811fe26f57e6fd90ec4d61..27995fd6a1c59f6e6594b1f13011eaba6f93c08d 100644 (file)
@@ -18,7 +18,6 @@
 #include <sysdep.h>
 #define _ERRNO_H       1
 #include <bits/errno.h>
-#include <kernel-features.h>
 #include <tcb-offsets.h>
 
 /* Clone the calling process, but without copying the whole address space.
index 81de1951beeebfa0189e3dedf3312d6968386c37..860efcb8ff2376e05a04370f291885532837a7b0 100644 (file)
@@ -24,8 +24,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #ifdef __NR_pread64            /* Newer kernels renamed but it's the same.  */
 # ifdef __NR_pread
 #  error "__NR_pread and __NR_pread64 both defined???"
index 0bb2ec2f20ccec6feb447630f0e3de720451a879..dc74dec118e0340537543a024bfed260e7b20175 100644 (file)
@@ -23,8 +23,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #ifdef __NR_pread64            /* Newer kernels renamed but it's the same.  */
 # ifdef __NR_pread
 #  error "__NR_pread and __NR_pread64 both defined???"
index bc8ddcdd917e665754fe1176fb03c5cafddbcd5d..af4d39ad61dc8d968bad8be8c9cff4c6a1239288 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <sys/time.h>
 #include <libc-internal.h>
-#include <kernel-features.h>
 #include <ldsodefs.h>
 
 
index c4bcff79b3c5182585847bc80d4786dfa3e34150..87ec555ad9fb8400e76af82b1592aca41bb84f32 100644 (file)
@@ -24,8 +24,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #ifdef __NR_pwrite64           /* Newer kernels renamed but it's the same.  */
 # ifdef __NR_pwrite
 #  error "__NR_pwrite and __NR_pwrite64 both defined???"
index c1e1d47d1b5cee5d50d6f41daaf6c45506d56339..34408711b81d6f3b369f55a0092ba68ed75137d6 100644 (file)
@@ -23,8 +23,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #ifdef __NR_pwrite64           /* Newer kernels renamed but it's the same.  */
 # ifdef __NR_pwrite
 #  error "__NR_pwrite and __NR_pwrite64 both defined???"
index 8844d4272e49b050907fae7bce51cd36b1419c84..523f35c1bc89db5dfd4511bbd5ca6d6eaa003480 100644 (file)
@@ -17,7 +17,6 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
-#include <kernel-features.h>
 
 #define EINVAL 22
 
index e747beb59cc057d010a22fe2b3b97ec269521ffa..380cf850aab8393e3ab73bf5f2afdc7ca512a1b1 100644 (file)
@@ -17,7 +17,6 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
-#include <kernel-features.h>
 
 #define EINVAL 22
 #define ENOSYS 38
index f30e92cb6e3460e473c2b285e467b45e0e813283..5f9de6aa6cb164ade5d2f2b778de517eeb69b8f2 100644 (file)
@@ -15,8 +15,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <kernel-features.h>
-
 /* We have to and actually can handle cancelable system().  The big
    problem: we have to kill the child process if necessary.  To do
    this a cleanup handler has to be registered and is has to be able
index a2a37b11f32b91465e1290d3571c7fa70550dff2..bd2b3fdac5c10abf431c777466f51ff78022907a 100644 (file)
@@ -24,8 +24,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #ifdef __NR_pread64             /* Newer kernels renamed but it's the same.  */
 # ifdef __NR_pread
 #  error "__NR_pread and __NR_pread64 both defined???"
index 5fd50c2e0ed85107e8d88d68a044f9f8cf06f491..853dab72276cb4d5e8e943ab4099cf8bac27d288 100644 (file)
@@ -23,8 +23,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #ifdef __NR_pread64             /* Newer kernels renamed but it's the same.  */
 # ifdef __NR_pread
 #  error "__NR_pread and __NR_pread64 both defined???"
index 887b36bc5850ab6472450f850876e005042d3e07..b51552596b61e42845c6e4d73c075fe513eb45c5 100644 (file)
@@ -24,8 +24,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #ifdef __NR_pwrite64            /* Newer kernels renamed but it's the same.  */
 # ifdef __NR_pwrite
 #  error "__NR_pwrite and __NR_pwrite64 both defined???"
index bd557789f6af88a9cc062b5849be11557b74336c..0050a8d15af05fe500db2a79912f2e12af4d5c24 100644 (file)
@@ -23,8 +23,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 #ifdef __NR_pwrite64            /* Newer kernels renamed but it's the same.  */
 # ifdef __NR_pwrite
 #  error "__NR_pwrite and __NR_pwrite64 both defined???"
index 043d16486c8ebe80c55366bccf293adc58918f35..eaa517577f7142cdc1763e0ba13a2ebb88c79077 100644 (file)
@@ -22,8 +22,6 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 /* The difference here is that the sigaction structure used in the
    kernel is not the same as we use in the libc.  Therefore we must
    translate it here.  */
index cffe0a69696ab77e7109be730bbdb7961a7531ef..9cccb158cde6119a1a997a5745f82386ec90026b 100644 (file)
@@ -22,8 +22,6 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 
 /* Change the set of blocked signals to SET,
    wait until a signal arrives, and restore the set of blocked signals.  */
index 8199874cacc904437e1475b0b6f8fe7c3e4c9302..5148aa4f3d44c28fe1418570eac882cd07540447 100644 (file)
@@ -24,7 +24,6 @@
 #include <sys/syscall.h>
 
 #include <nptl/pthreadP.h>              /* SIGCANCEL, SIGSETXID */
-#include <kernel-features.h>
 
 
 /* Get and/or change the set of blocked signals.  */
index becdcc4eec08db8a8da26bc96edcbcee18376a0f..3b393ad329df6109c66fa32e732c480b1bb43f1f 100644 (file)
@@ -22,8 +22,6 @@
 #include <sysdep-cancel.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 
 static inline int __attribute__ ((always_inline))
 do_sigsuspend (const sigset_t *set)
index 87cc988aa292b4d3e2b55d44566ced925d39d19e..6a1ebd0048e5c2134d235a750d6a4cfc77c9cd16 100644 (file)
@@ -21,7 +21,6 @@
 #include <sys/stat.h>
 #include <kernel_stat.h>
 #include <string.h>
-#include <kernel-features.h>
 
 int
 __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf)
index c86e712120e7e3cdffe950333c3e51bf5183613d..5247d4d82c98a4f6529f354a6a29ae087844498b 100644 (file)
@@ -15,8 +15,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <kernel-features.h>
-
 /* We have to and actually can handle cancelable system().  The big
    problem: we have to kill the child process if necessary.  To do
    this a cleanup handler has to be registered and is has to be able
index d01a91ad66a2731f111faca613e486085068be20..cf8ce23385bf48f8c4d65772d81bf2bd21012f46 100644 (file)
@@ -1,5 +1,3 @@
-#include <kernel-features.h>
-
 #define NO_SIGPIPE
 #define send_flags MSG_NOSIGNAL
 
index da0bda7c7285d647a230c5ffdf8a8d6cb03301cc..64a4e2005106994660e4ad6724e8e930aa252700 100644 (file)
@@ -22,7 +22,6 @@
 #include <unistd.h>
 #include <sys/wait.h>
 #include <bits/libc-lock.h>
-#include <kernel-features.h>
 
 /* We have to and actually can handle cancelable system().  The big
    problem: we have to kill the child process if necessary.  To do
index 73f7e553f369cbe2d9c0c47b96de4d7241fd9371..afeeb26ca4d47d11347fdef6f037ec3e6d220b13 100644 (file)
@@ -20,8 +20,6 @@
 #include <string.h>
 #include <sys/utsname.h>
 
-#include <kernel-features.h>
-
 static int
 kernel_has_rtsig (void)
 {
index c4a86926e7c749d382be44ba8a2e08988a6d9350..c26ec3f8e7eda33a85f1734f448fa4faea506ed1 100644 (file)
@@ -17,7 +17,6 @@
 
 #include <time.h>
 #include <sysdep.h>
-#include <kernel-features.h>
 
 #ifndef HAVE_CLOCK_GETTIME_VSYSCALL
 # undef INTERNAL_VSYSCALL
index d257d25977fcfbc1d3ce0199b58e0080fc991a4a..576d3021d87e9700441b523dd3fc6b1ef18e0585 100644 (file)
@@ -27,7 +27,6 @@
 #include <stdlib.h>
 
 #include <_itoa.h>
-#include <kernel-features.h>
 
 #if 0
 /* Is this used anywhere?  It is not exported.  */
index 6ce85db33b6ae5045d747d33165046f5001e44fd..10a0baa123f9d819f4e40f63b4d59f5c416ac2db 100644 (file)
@@ -27,7 +27,6 @@
 #include <stdlib.h>
 
 #include <_itoa.h>
-#include <kernel-features.h>
 
 static int getttyname_r (char *buf, size_t buflen,
                         dev_t mydev, ino64_t myino, int save,
index 7ce34a0bfecd3f30cf384dae0b88b50494150c4a..6c48ff2baa08a5721359a1c32ab9fe1e6d5dd42c 100644 (file)
@@ -20,8 +20,6 @@
 #include <sys/stat.h>
 #include <sysdep.h>
 
-#include <kernel-features.h>
-
 
 /* Change the access time of FILE to TSP[0] and
    the modification time of FILE to TSP[1].
index ab2398580f44bb6f209a96a93b87dd46537abf4d..6735b70c1001ca6c40ccee833d16d4c1d43ced65 100644 (file)
@@ -25,8 +25,6 @@
 #include <sysdep.h>
 #include <sys/syscall.h>
 
-#include <kernel-features.h>
-
 /* The difference here is that the sigaction structure used in the
    kernel is not the same as we use in the libc.  Therefore we must
    translate it here.  */
index b8588b1e12b605dece9b806af086283bc995b813..04e89ac233813f322c5b748d4e4d0778da3a9ced 100644 (file)
@@ -16,8 +16,6 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <kernel-features.h>
-
 #ifndef STAT_IS_KERNEL_STAT
 extern int __xstat_conv (int vers, struct kernel_stat *kbuf, void *ubuf);
 extern int __xstat64_conv (int vers, struct kernel_stat *kbuf, void *ubuf);