diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-19 00:00:17 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-19 00:00:17 -0700 |
commit | e2dca2fea3f1a0a7b05fd10589f469496f9c42a3 (patch) | |
tree | 5bfac45ae82c8ee580e5082cda7fc17950558172 /nptl/ChangeLog | |
parent | 3d77b2687f984700f40e26e0fb06c99eeea1c033 (diff) | |
download | glibc-e2dca2fea3f1a0a7b05fd10589f469496f9c42a3.zip glibc-e2dca2fea3f1a0a7b05fd10589f469496f9c42a3.tar.gz glibc-e2dca2fea3f1a0a7b05fd10589f469496f9c42a3.tar.bz2 |
Extend x86-64 __lll_robust_timedlock_wait to use futex syscall with absolute timeout.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index dc576a7..e9cac73 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,9 @@ 2009-07-18 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S + (__lll_robust_timedlock_wait): If possible use FUTEX_WAIT_BITSET to + directly use absolute timeout. + * tst-sem5.c (do_test): Add test for premature timeout. * Makefile: Linu tst-sem5 with librt. |