summaryrefslogtreecommitdiff
path: root/sysdeps/nacl/lll_timedwait_tid.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/nacl/lll_timedwait_tid.c')
-rw-r--r--sysdeps/nacl/lll_timedwait_tid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nacl/lll_timedwait_tid.c b/sysdeps/nacl/lll_timedwait_tid.c
index ecaf0b113a..ef544cf84f 100644
--- a/sysdeps/nacl/lll_timedwait_tid.c
+++ b/sysdeps/nacl/lll_timedwait_tid.c
@@ -40,7 +40,7 @@ __lll_timedwait_tid (int *tidp, const struct timespec *abstime)
finish quick enough that the timeout doesn't matter. If any
thread ever stays in this state for long, there is something
catastrophically wrong. */
- BUSY_WAIT_NOP;
+ atomic_spin_nop ();
else
{
assert (tid > 0);