]> git.ipfire.org Git - thirdparty/systemd.git/commit
fundamental: replace __sync with __atomic in ONCE macro
authormatoro <matoro@users.noreply.github.com>
Sun, 10 Jul 2022 03:44:00 +0000 (23:44 -0400)
committermatoro <matoro@users.noreply.github.com>
Thu, 14 Jul 2022 21:34:15 +0000 (17:34 -0400)
commit9ddb63f5cf457ce612404864af97559bf60a9014
tree22274fa8ebbcc91276fa95a27a1b927d7b9dc85b
parent8a75ba0a7f8b127614460d022ba313b5dba6af25
fundamental: replace __sync with __atomic in ONCE macro

For this one, we can actually just use __atomic_exchange_n since we
don't need the "compare" part of __atomic_compare_exchange_n.
src/fundamental/macro-fundamental.h