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

4 lines
58 B
Plaintext
Raw Normal View History

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