1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-15 17:46:41 +03:00
Files
glibc/sysdeps/unix/sysv/linux
H.J. Lu 0068c08588 nptl: Remove __ASSUME_PRIVATE_FUTEX
Since __ASSUME_PRIVATE_FUTEX is always defined, this patch removes the
!__ASSUME_PRIVATE_FUTEX paths.

Tested with build-many-glibcs.py.

	* nptl/allocatestack.c (allocate_stack): Remove the
	!__ASSUME_PRIVATE_FUTEX paths.
	* nptl/descr.h (header): Remove the !__ASSUME_PRIVATE_FUTEX path.
	* nptl/nptl-init.c (__pthread_initialize_minimal_internal):
	Likewise.
	* sysdeps/i386/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Removed.
	* sysdeps/powerpc/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Likewise.
	* sysdeps/sh/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Likewise.
	* sysdeps/x86_64/nptl/tcb-offsets.sym (PRIVATE_FUTEX): Likewise.
	* sysdeps/i386/nptl/tls.h: (tcbhead_t): Remve the
	!__ASSUME_PRIVATE_FUTEX path.
	* sysdeps/s390/nptl/tls.h (tcbhead_t): Likewise.
	* sysdeps/sparc/nptl/tls.h (tcbhead_t): Likewise.
	* sysdeps/x86_64/nptl/tls.h (tcbhead_t): Likewise.
	* sysdeps/unix/sysv/linux/i386/lowlevellock.S: Remove the
	!__ASSUME_PRIVATE_FUTEX macros.
	* sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
	* sysdeps/unix/sysv/linux/kernel-features.h
	(__ASSUME_PRIVATE_FUTEX): Removed.
2018-05-17 04:25:10 -07:00
..
2018-05-17 00:40:52 +00:00
2018-05-17 00:40:52 +00:00
2018-05-17 00:40:52 +00:00
2018-05-02 08:43:31 -03:00
2018-05-17 00:40:52 +00:00
2018-05-17 04:25:10 -07:00
2018-05-17 00:40:52 +00:00
2018-05-17 00:40:52 +00:00
2018-05-17 00:40:52 +00:00
2018-05-17 00:40:52 +00:00
2018-05-17 00:40:52 +00:00
2018-05-17 00:40:52 +00:00
2018-05-17 00:40:52 +00:00
2018-05-17 00:40:52 +00:00
2018-05-17 00:40:52 +00:00
2018-03-27 21:28:58 -03:00
2018-01-06 23:35:56 -08:00
2018-04-27 19:11:24 +00:00
2018-04-27 19:11:24 +00:00
2018-05-02 08:43:31 -03:00