mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
nptl: futex: Provide correct indentation for part of __futex_abstimed_wait_cancelable64
By mistake the if for calling __futex_abstimed_wait_cancellable32 was misaligned with the rest of the function body.
This commit is contained in:
parent
e74b61c09a
commit
c6a1a261c6
@ -67,9 +67,9 @@ __futex_abstimed_wait_cancelable64 (unsigned int* futex_word,
|
||||
abstime, NULL /* Unused. */,
|
||||
FUTEX_BITSET_MATCH_ANY);
|
||||
#ifndef __ASSUME_TIME64_SYSCALLS
|
||||
if (err == -ENOSYS)
|
||||
err = __futex_abstimed_wait_cancellable32 (futex_word, expected,
|
||||
clockid, abstime, private);
|
||||
if (err == -ENOSYS)
|
||||
err = __futex_abstimed_wait_cancellable32 (futex_word, expected,
|
||||
clockid, abstime, private);
|
||||
#endif
|
||||
|
||||
switch (err)
|
||||
|
Loading…
Reference in New Issue
Block a user