blob: f866b3ad235376237d1c3cf8dbc4c2b4498f8751 [file] [log] [blame]
cat <<EOF
static inline ${ret}
${atomic}_${pfx}inc${sfx}${order}(${atomic}_t *v)
{
${retstmt}${atomic}_${pfx}add${sfx}${order}(1, v);
}
EOF