aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/atomic/fallbacks/dec
blob: 10bbc82be31d6681e71eb9dfe9fa1d5e0f47ea11 (plain) (blame)
1
2
3
4
5
6
7
cat <<EOF
static inline ${ret}
${atomic}_${pfx}dec${sfx}${order}(${atomic}_t *v)
{
	${retstmt}${atomic}_${pfx}sub${sfx}${order}(1, v);
}
EOF