Fix build warning in pthread_rwlock_*
commit08e5862f5f087138047c757376edb1b63217d547
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 24 Jun 2014 10:42:43 +0000 (24 16:12 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 24 Jun 2014 10:42:43 +0000 (24 16:12 +0530)
tree01f19fa018bbea57b891d0783d9af7e2cb0fbaa2
parent0813022c7993dfa1379c533aeaa03d9257911a96
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 *.
ChangeLog
sysdeps/x86/nptl/elide.h