glibc/sysdeps/x86/nptl
H.J. Lu c8daec5c7c Use 3 bytes for __pad1 in pthread_rwlock_t for x32
Since long is 4 bytes for x32, we should use 3 bytes for __pad1 when
a long __pad1 is replaced by a byte __rwelision and __pad1.

	* sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
	3 bytes for __pad1 for x32.
	(__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
2014-06-19 15:24:33 -07:00
..
bits Use 3 bytes for __pad1 in pthread_rwlock_t for x32 2014-06-19 15:24:33 -07:00
elide.h Add adaptive elision to rwlocks 2014-06-13 13:15:28 -07:00