diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-01-03 05:06:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-01-03 05:06:46 +0000 |
commit | cbd8aeb836c8061c23a5e00419e0fb25a34abee7 (patch) | |
tree | 3f205876a4edffbc06a9474542dfe2a8cdcb27a4 /nptl/ChangeLog | |
parent | 7dd650d7fc8191aa99c14602b9a44bccb276d4f8 (diff) | |
download | glibc-cbd8aeb836c8061c23a5e00419e0fb25a34abee7.tar.gz glibc-cbd8aeb836c8061c23a5e00419e0fb25a34abee7.tar.xz glibc-cbd8aeb836c8061c23a5e00419e0fb25a34abee7.zip |
* 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/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 70fc0b1e1e..ae652ff738 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. |