mirror of https://gitee.com/openkylin/linux.git
8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
|
cat <<EOF
|
||
|
static inline ${ret}
|
||
|
${atomic}_${pfx}andnot${sfx}${order}(${int} i, ${atomic}_t *v)
|
||
|
{
|
||
|
${retstmt}${atomic}_${pfx}and${sfx}${order}(~i, v);
|
||
|
}
|
||
|
EOF
|