mirror of
https://github.com/AtlasLinux/linux.git
synced 2026-02-02 15:22:09 -08:00
5 lines
105 B
Plaintext
Executable File
5 lines
105 B
Plaintext
Executable File
cat <<EOF
|
|
__atomic_release_fence();
|
|
${retstmt}arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
|
|
EOF
|