diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2022-09-09 14:22:26 +0100 |
---|---|---|
committer | Wilco Dijkstra <wdijkstr@arm.com> | 2022-09-09 14:22:26 +0100 |
commit | a364a3a7090b82ddd30e9209df2af56e781d51e4 (patch) | |
tree | 90412a565deeeb7aef54205159c0422af71771c9 /manual/llio.texi | |
parent | 53b251c9ff03ab59ba58fcddb9dc97c69f25fadc (diff) | |
download | glibc-a364a3a7090b82ddd30e9209df2af56e781d51e4.zip glibc-a364a3a7090b82ddd30e9209df2af56e781d51e4.tar.gz glibc-a364a3a7090b82ddd30e9209df2af56e781d51e4.tar.bz2 |
Use C11 atomics instead of atomic_decrement(_val)
Replace atomic_decrement and atomic_decrement_val with
atomic_fetch_add_relaxed.
Reviewed-by: DJ Delorie <dj@redhat.com>
Diffstat (limited to 'manual/llio.texi')
-rw-r--r-- | manual/llio.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/llio.texi b/manual/llio.texi index e55b02d..0dfcdad 100644 --- a/manual/llio.texi +++ b/manual/llio.texi @@ -2569,7 +2569,7 @@ aiocb64}, since the LFS transparently replaces the old interface. @c lll_lock (pd->lock) @asulock @aculock @c atomic_increment ok @c clone ok -@c atomic_decrement ok +@c atomic_fetch_add_relaxed ok @c atomic_exchange_acq ok @c lll_futex_wake ok @c deallocate_stack dup |