]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME
authorUlrich Drepper <drepper@redhat.com>
Sat, 3 Jan 2009 23:18:50 +0000 (23:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 3 Jan 2009 23:18:50 +0000 (23:18 +0000)
Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME instead of computing

nptl/ChangeLog

index 49edfc82a05c8f9b9af3b722c4793c8249f618dc..a55ad52d80a1e95547f3a3d0780a9005ce27dd92 100644 (file)
@@ -4,7 +4,7 @@
        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
+       (__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME
        instead of computing relative timeout.
 
 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
@@ -12,7 +12,7 @@
        * 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
+       Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME instead of computing
        relative timeout.
 
        * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Define