glibc/sysdeps/x86/nptl
Siddhesh Poyarekar 08e5862f5f Fix build warning in pthread_rwlock_*
The first argument of elision_adapt and that of ELISION_*LOCK have
different signs since __elision_rwcount is signed char * and the
argument of elision_adapt is uint8_t *.  Modified elision_adapt to
accept signed char * instead of uint8_t *.
2014-06-24 16:12:43 +05:30
..
bits Use 3 bytes for __pad1 in pthread_rwlock_t for x32 2014-06-19 15:24:33 -07:00
elide.h Fix build warning in pthread_rwlock_* 2014-06-24 16:12:43 +05:30