aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-01-03 05:06:46 +0000
committerUlrich Drepper <drepper@redhat.com>2009-01-03 05:06:46 +0000
commitcbd8aeb836c8061c23a5e00419e0fb25a34abee7 (patch)
tree3f205876a4edffbc06a9474542dfe2a8cdcb27a4 /nptl/ChangeLog
parent7dd650d7fc8191aa99c14602b9a44bccb276d4f8 (diff)
downloadglibc-cbd8aeb836c8061c23a5e00419e0fb25a34abee7.zip
glibc-cbd8aeb836c8061c23a5e00419e0fb25a34abee7.tar.gz
glibc-cbd8aeb836c8061c23a5e00419e0fb25a34abee7.tar.bz2
* 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 relative timeout.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 70fc0b1..ae652ff 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,11 @@
2009-01-02 Ulrich Drepper <drepper@redhat.com>
+ * 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
+ relative timeout.
+
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Define
FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY.
* sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.