about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-01-03 23:18:34 +0000
committerUlrich Drepper <drepper@redhat.com>2009-01-03 23:18:34 +0000
commit19834b42f656374145cfeb7ddfcfbfa0705037d7 (patch)
treee79c8dd43dd13dfbf0f40ed7961bce4e2106afdb /nptl/ChangeLog
parent45f7760695429b98d2edb9f895f035c35a2fbcd7 (diff)
downloadglibc-19834b42f656374145cfeb7ddfcfbfa0705037d7.tar.gz
glibc-19834b42f656374145cfeb7ddfcfbfa0705037d7.tar.xz
glibc-19834b42f656374145cfeb7ddfcfbfa0705037d7.zip
* init.c (__pthread_initialize_minimal_internal): Cheat a bit by
	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
	instead of computing relative timeout.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index ae652ff738..49edfc82a0 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,12 @@
+2009-01-03  Ulrich Drepper  <drepper@redhat.com>
+
+	* init.c (__pthread_initialize_minimal_internal): Cheat a bit by
+	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
+	instead of computing relative timeout.
+
 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
 
 	* init.c (__pthread_initialize_minimal_internal): Check for