mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
Replace the 3 uses of atomic_bit_set and atomic_bit_test_set with atomic_fetch_or_relaxed. Using relaxed MO is correct since the atomics are used to ensure memory is released only once. Reviewed-by: Florian Weimer <fweimer@redhat.com>fw/vfprintf-2
3 changed files with 4 additions and 9 deletions
Loading…
Reference in new issue