glibc/sysdeps/powerpc/nptl
Joseph Myers 9bc6103d04 Include <kernel-features.h> explicitly where required.
This patch makes files using __ASSUME_* macros include
<kernel-features.h> explicitly, rather than relying on some other
header (such as tls.h, lowlevellock.h or pthreadP.h) to include it
implicitly.  (I omitted cases where I've already posted or am testing
the patch that stops the file from needing __ASSUME_* at all.)  This
accords with the general principle of making source files include the
headers for anything they use, and also helps make it safe to remove
<kernel-features.h> includes from any file that doesn't use
__ASSUME_* (some of those may be stray includes left behind after
increasing the minimum kernel version, others may never have been
needed or may have become obsolete after some other change).

Tested x86_64 that the disassembly of installed shared libraries is
unchanged by this patch.

	* nptl/pthread_cond_wait.c: Include <kernel-features.h>.
	* nptl/pthread_rwlock_timedrdlock.c: Likewise.
	* nptl/pthread_rwlock_timedwrlock.c: Likewise.
	* nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
	* nscd/nscd.c: Likewise.
	* sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
	* sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
	* sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
	* sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
2014-06-20 23:24:00 +00:00
..
Makefile PowerPC: Move powerpc code out of nptl/ subdirectory 2014-06-17 07:54:22 -05:00
pthread_spin_lock.c PowerPC: Move powerpc code out of nptl/ subdirectory 2014-06-17 07:54:22 -05:00
pthread_spin_trylock.c PowerPC: Move powerpc code out of nptl/ subdirectory 2014-06-17 07:54:22 -05:00
pthreaddef.h PowerPC: Move powerpc code out of nptl/ subdirectory 2014-06-17 07:54:22 -05:00
tcb-offsets.sym Include <kernel-features.h> explicitly where required. 2014-06-20 23:24:00 +00:00
tls.h PowerPC: Move powerpc code out of nptl/ subdirectory 2014-06-17 07:54:22 -05:00