diff options
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index e81af68ce1..c1f0a2b9ea 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2003-02-27 Ulrich Drepper <drepper@redhat.com> + * tst-rwlock9.c (writer_thread): Correct adding TIMEOUT. + (reader_thread): Likewise. + * sysdeps/pthread/pthread_rwlock_unlock.c (__pthread_rwlock_unlock): Release internal lock early. Don't try to wake up readers if there are none. |