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

5 lines
105 B
Plaintext
Raw Normal View History

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