Linux-libre 5.7.6-gnu
[librecmc/linux-libre.git] / scripts / atomic / fallbacks / dec
1 cat <<EOF
2 static inline ${ret}
3 ${atomic}_${pfx}dec${sfx}${order}(${atomic}_t *v)
4 {
5         ${retstmt}${atomic}_${pfx}sub${sfx}${order}(1, v);
6 }
7 EOF