linux-zen-desktop/scripts/atomic/fallbacks/cmpxchg

4 lines
66 B
Plaintext
Raw Normal View History

2023-10-24 11:59:35 +01:00
cat <<EOF
return raw_cmpxchg${order}(&v->counter, old, new);
EOF