summaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-19 00:00:17 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-19 00:00:17 -0700
commite2dca2fea3f1a0a7b05fd10589f469496f9c42a3 (patch)
tree5bfac45ae82c8ee580e5082cda7fc17950558172 /nptl/ChangeLog
parent3d77b2687f984700f40e26e0fb06c99eeea1c033 (diff)
Extend x86-64 __lll_robust_timedlock_wait to use futex syscall with absolute timeout.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index dc576a7d51..e9cac73459 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.