blob: 10bbc82be31d6681e71eb9dfe9fa1d5e0f47ea11 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001cat <<EOF
2static inline ${ret}
3${atomic}_${pfx}dec${sfx}${order}(${atomic}_t *v)
4{
5 ${retstmt}${atomic}_${pfx}sub${sfx}${order}(1, v);
6}
7EOF