NetBSD/lib/libpthread
cl c8017c0dc6 - add deadlock check to pthread_rwlock_wrlock and pthread_rwlock_timedwrlock
- return EPERM when unlocking a lock which isn't held
=> prevent the failure in PR 24023, where the citrus code had a deadlocking
   code path

- remove deadlock check in pthread_rwlock_tryrdlock, return EBUSY instead
=> makes pthread_rwlock_tryrdlock standards compliant
2004-01-09 18:08:28 +00:00
..
2004-01-02 01:37:53 +00:00
2004-01-02 14:13:16 +00:00
2004-01-02 14:13:16 +00:00
2004-01-02 14:13:16 +00:00
2003-11-25 22:44:16 +00:00