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

5 lines
105 B
Plaintext
Raw Normal View History

2023-08-30 17:31:07 +02:00
cat <<EOF
__atomic_release_fence();
${retstmt}arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
EOF