about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-01-03 23:18:50 +0000
committerUlrich Drepper <drepper@redhat.com>2009-01-03 23:18:50 +0000
commita9fa090b02e37e1a1e0444722a1bca979a5b3426 (patch)
tree30bee24bb23cea09640bbe2cf22129017a28065a
parent19834b42f656374145cfeb7ddfcfbfa0705037d7 (diff)
downloadglibc-a9fa090b02e37e1a1e0444722a1bca979a5b3426.tar.gz
glibc-a9fa090b02e37e1a1e0444722a1bca979a5b3426.tar.xz
glibc-a9fa090b02e37e1a1e0444722a1bca979a5b3426.zip
(__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME
	Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME instead of computing
-rw-r--r--nptl/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 49edfc82a0..a55ad52d80 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -4,7 +4,7 @@
 	only passing five parameters to FUTEX_WAIT_BITSET call.
 
 	* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
-	(__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_READTIME
+	(__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME
 	instead of computing relative timeout.
 
 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
@@ -12,7 +12,7 @@
 	* init.c (__pthread_initialize_minimal_internal): Check for
 	FUTEX_CLOCK_REALTIME flag.
 	* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_timedlock_wait):
-	Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_READTIME instead of computing
+	Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME instead of computing
 	relative timeout.
 
 	* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Define