aboutsummaryrefslogtreecommitdiff
path: root/hurd/hurdlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/hurdlock.c')
-rw-r--r--hurd/hurdlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdlock.c b/hurd/hurdlock.c
index 4f3bd3e..ca407bd 100644
--- a/hurd/hurdlock.c
+++ b/hurd/hurdlock.c
@@ -89,7 +89,7 @@ __lll_abstimed_lock (void *ptr,
while (1)
{
- if (atomic_exchange_acq ((int *)ptr, 2) == 0)
+ if (atomic_exchange_acquire ((int *)ptr, 2) == 0)
return 0;
else if (! valid_nanoseconds (tsp->tv_nsec))
return EINVAL;