about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorBryan Kadzban <bz-glibc@kdzbn.homelinux.net>2009-06-11 11:32:51 -0700
committerUlrich Drepper <drepper@redhat.com>2009-06-11 11:32:51 -0700
commit1828530f09bcc321cfb84c27110bbce804605ec4 (patch)
treeb22835a9238ec393fe2db569f5ef93716e95e56c /nptl/ChangeLog
parent310647e9809986986650994d036af18ca9b17fb2 (diff)
downloadglibc-1828530f09bcc321cfb84c27110bbce804605ec4.tar.gz
glibc-1828530f09bcc321cfb84c27110bbce804605ec4.tar.xz
glibc-1828530f09bcc321cfb84c27110bbce804605ec4.zip
Fix futex syscall parameter for x86 absolute timeout waits.
This affects only installations compiled for kernels older than 2.6.18.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index d83b46125c..34a5f9112e 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,11 @@
+2009-06-11  Ulrich Drepper  <drepper@redhat.com>
+
+	[BZ #10262]
+	* sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S
+	(LOAD_FUTEX_WAIT_ABS): Fix futex parameter in case private futexes
+	cannot be assumed.
+	Patch by Bryan Kadzban <bz-glibc@kdzbn.homelinux.net>.
+
 2009-05-16  Ulrich Drepper  <drepper@redhat.com>
 
 	* libc-cancellation.c: Move __libc_cleanup_routine to...