diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-18 12:45:27 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-18 12:45:27 -0700 |
commit | f8b6cd2182494252fdddafe72331b631afac08d8 (patch) | |
tree | 3c67d427b4d8d02e811ce49c3c2d0732d5b5df9f /nptl/ChangeLog | |
parent | e88726b483a275824e852f64476087568dbae7bb (diff) | |
download | glibc-f8b6cd2182494252fdddafe72331b631afac08d8.tar.gz glibc-f8b6cd2182494252fdddafe72331b631afac08d8.tar.xz glibc-f8b6cd2182494252fdddafe72331b631afac08d8.zip |
Extend pthread_cond_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 c7e1d048be..d5b812e6f9 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,8 @@ 2009-07-18 Ulrich Drepper <drepper@redhat.com> + * tst-cond11.c (run_test): Add test to check that the timeout is + long enough. + * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S (__pthread_cond_timedwait): If possible use FUTEX_WAIT_BITSET to directly use absolute timeout. |