about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-18 21:53:26 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-18 21:53:26 -0700
commit32c6c342b6bc10396785a4542c22f6f95deca684 (patch)
tree6ed02359c6a592c753ff300efee867594d4db2dd /nptl/ChangeLog
parent4c74e6522a9e6e9c0ae921e3150bf735cfeb67b0 (diff)
downloadglibc-32c6c342b6bc10396785a4542c22f6f95deca684.tar.gz
glibc-32c6c342b6bc10396785a4542c22f6f95deca684.tar.xz
glibc-32c6c342b6bc10396785a4542c22f6f95deca684.zip
Extend x86-64 pthread_rwlock_timedrdlock to use futex syscall with absolute timeout.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 719d781d3a..44f9846365 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -3,6 +3,8 @@
 	* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S
 	(pthread_rwlock_timedwrlock): If possible use FUTEX_WAIT_BITSET to
 	directly use absolute timeout.
+	* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S
+	(pthread_rwlock_timedrdlock): Likewise.
 
 	* tst-cond11.c (run_test): Add test to check that the timeout is
 	long enough.