JustOS/linux-6.13/scripts/atomic/fallbacks/cmpxchg
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

4 lines
66 B
Plaintext

cat <<EOF
return raw_cmpxchg${order}(&v->counter, old, new);
EOF