blob: 118282f3a5a340960381bd8d5eb43f65fe7cec4c [file] [log] [blame]
cat <<EOF
static __always_inline ${ret}
${atomic}_${pfx}dec${sfx}${order}(${atomic}_t *v)
{
${retstmt}${atomic}_${pfx}sub${sfx}${order}(1, v);
}
EOF