mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
2003-03-21 Roland McGrath <roland@redhat.com>
* include/atomic.h (atomic_compare_and_exchange_bool_acq): Typo fix.
This commit is contained in:
parent
b97ccf3d1e
commit
916ff11ac7
@ -50,7 +50,7 @@
|
||||
|
||||
#ifndef atomic_compare_and_exchange_bool_acq
|
||||
# ifdef __arch_compare_and_exchange_bool_32_acq
|
||||
# define atomic_compare_and_exchange_val_acq(mem, newval, oldval) \
|
||||
# define atomic_compare_and_exchange_bool_acq(mem, newval, oldval) \
|
||||
({ __typeof (__arch_compare_and_exchange_bool_32_acq (mem, 0, 0)) __result; \
|
||||
if (sizeof (*mem) == 1) \
|
||||
__result = __arch_compare_and_exchange_bool_8_acq (mem, newval, \
|
||||
|
Loading…
Reference in New Issue
Block a user