glibc/assert
Wilco Dijkstra 22f4ab2d20 Use atomic_exchange_release/acquire
Rename atomic_exchange_rel/acq to use atomic_exchange_release/acquire
since these map to the standard C11 atomic builtins.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2022-09-26 16:58:08 +01:00
..
Depend
Makefile assert: Do not use stderr in libc-internal assert 2022-08-03 11:43:04 +02:00
Versions
__assert.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
__libc_assert_fail.c assert: Do not use stderr in libc-internal assert 2022-08-03 11:43:04 +02:00
assert-perr.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
assert.c Use atomic_exchange_release/acquire 2022-09-26 16:58:08 +01:00
assert.h Do not define static_assert or thread_local in headers for C2x 2022-09-07 18:39:28 +00:00
test-assert-perr.c
test-assert.c
tst-assert-c++.cc Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-assert-g++.cc Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00