From: Roland McGrath Date: Tue, 5 Oct 2004 18:46:44 +0000 (+0000) Subject: typo X-Git-Tag: cvs/fedora-glibc-20041006T0900~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b610fa2d49188d50a5e3348c69203dec14f67952;p=platform%2Fupstream%2Fglibc.git typo (__lll_mutex_timedlock_wait): If woken but cannot get the lock, --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 62d4762..1cbe0ee 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -38,7 +38,7 @@ (__lll_mutex_timedlock_wait): Address futex correctly. * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S - (__lll_mutex_timedlock_wait): I woken but cannot get the lock, + (__lll_mutex_timedlock_wait): If woken but cannot get the lock, make sure 2 is stored in the futex and we looked at the old value. * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S (__lll_mutex_timedlock_wait): Likewise. Fix a few other problems