Fix fallback path in __pthread_mutex_timedlock ().
authorCarlos O'Donell <carlos@redhat.com>
Tue, 12 Jun 2018 20:17:05 +0000 (16:17 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Tue, 12 Jun 2018 20:17:05 +0000 (16:17 -0400)
commit35df5a77f3ad2a35761631928440d2994a9e4bc5
treed43606a3a3ba708a9aac9676ba744e30b81b43ff
parent48b12ed54ceb605ec3566249c0387612fd9c0ced
Fix fallback path in __pthread_mutex_timedlock ().

Fix the typo in the fallback path in __pthread_mutex_timedlock ()
whic hcalls lll_futex_timed_wait ().  This is only useful for cases
where the patch is being backported to older distributions where
only lll_futex_timed_wait () is available.
ChangeLog
nptl/pthread_mutex_timedlock.c