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

4 lines
58 B
Plaintext
Raw Normal View History

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