diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-18 22:07:25 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-18 22:07:25 -0700 |
commit | 3d77b2687f984700f40e26e0fb06c99eeea1c033 (patch) | |
tree | f50d532eaad90a723373dda7b5615ab4399efb74 /nptl/ChangeLog | |
parent | 32c6c342b6bc10396785a4542c22f6f95deca684 (diff) | |
download | glibc-3d77b2687f984700f40e26e0fb06c99eeea1c033.tar.gz glibc-3d77b2687f984700f40e26e0fb06c99eeea1c033.tar.xz glibc-3d77b2687f984700f40e26e0fb06c99eeea1c033.zip |
Add more sem_timedwait tests.
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 44f9846365..dc576a7d51 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2009-07-18 Ulrich Drepper <drepper@redhat.com> + * tst-sem5.c (do_test): Add test for premature timeout. + * Makefile: Linu tst-sem5 with librt. + * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S (pthread_rwlock_timedwrlock): If possible use FUTEX_WAIT_BITSET to directly use absolute timeout. |