rwlock trylock functions were wrongly returning EAGAIN instead of EBUSY
authorRich Felker <dalias@aerifal.cx>
Tue, 8 Mar 2011 17:19:30 +0000 (12:19 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 8 Mar 2011 17:19:30 +0000 (12:19 -0500)
commite5dd18319bbd47c89aac5e1571771958a43e067d
tree71b928d817e04422b7b72c7a6d604fbb0a9e05b3
parent7e6be42a77989c01155bdc7333ea58206e1563d4
rwlock trylock functions were wrongly returning EAGAIN instead of EBUSY
src/thread/pthread_rwlock_tryrdlock.c
src/thread/pthread_rwlock_trywrlock.c