* init.c (__pthread_initialize_minimal_internal): Cheat a bit by
authorUlrich Drepper <drepper@redhat.com>
Sat, 3 Jan 2009 23:18:34 +0000 (23:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 3 Jan 2009 23:18:34 +0000 (23:18 +0000)
commit19834b42f656374145cfeb7ddfcfbfa0705037d7
treee79c8dd43dd13dfbf0f40ed7961bce4e2106afdb
parent45f7760695429b98d2edb9f895f035c35a2fbcd7
* init.c (__pthread_initialize_minimal_internal): Cheat a bit by

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
instead of computing relative timeout.
nptl/ChangeLog
nptl/init.c