about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-11-09 09:09:07 +0000
committerUlrich Drepper <drepper@redhat.com>2007-11-09 09:09:07 +0000
commitcbed6a607d6b42b0cb264d2bee1bd784c8504d60 (patch)
treeddbae943982b9b03fc676bf98ce597273de2c268 /nptl/ChangeLog
parent0f7e0ee507c4bfba62c9059451197e9a25a0598e (diff)
downloadglibc-cbed6a607d6b42b0cb264d2bee1bd784c8504d60.tar.gz
glibc-cbed6a607d6b42b0cb264d2bee1bd784c8504d60.tar.xz
glibc-cbed6a607d6b42b0cb264d2bee1bd784c8504d60.zip
[BZ #5240]
	* sysdeps/unix/sysv/linux/lowlevellock.c (__lll_timedlock_wait):
	If we time out, try one last time to lock the futex to avoid
	losing a wakeup signal.
	* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index bcec5e9651..c5019e49f1 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,12 @@
 2007-11-08  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #5240]
+	* sysdeps/unix/sysv/linux/lowlevellock.c (__lll_timedlock_wait):
+	If we time out, try one last time to lock the futex to avoid
+	losing a wakeup signal.
+	* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
+	* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
+
 	[BZ #5245]
 	* sysdeps/pthread/createthread.c (do_clone): Translate clone error
 	if necessary.