aboutsummaryrefslogtreecommitdiff
path: root/malloc/set-freeres.c
diff options
context:
space:
mode:
Diffstat (limited to 'malloc/set-freeres.c')
-rw-r--r--malloc/set-freeres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/set-freeres.c b/malloc/set-freeres.c
index 1c0733e..6123141 100644
--- a/malloc/set-freeres.c
+++ b/malloc/set-freeres.c
@@ -36,7 +36,7 @@ __libc_freeres (void)
protect for multiple executions since these are fatal. */
static long int already_called;
- if (! atomic_compare_and_exchange_acq (&already_called, 1, 0))
+ if (! atomic_compare_and_exchange_bool_acq (&already_called, 1, 0))
{
void * const *p;