aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysdeps/nptl/futex-internal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/nptl/futex-internal.c b/sysdeps/nptl/futex-internal.c
index 5e52f17..adb3c20 100644
--- a/sysdeps/nptl/futex-internal.c
+++ b/sysdeps/nptl/futex-internal.c
@@ -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)