Sign in
gbmc
/
linux
/
3703bd54cd37e7875f51ece8df8c85c184e40bba
/
.
/
scripts
/
atomic
/
fallbacks
/
dec
blob: 8c144c818e9edadee83fe536c8f3e89bb9d2024a [
file
]
cat
<<
EOF
static
__always_inline $
{
ret
}
arch_$
{
atomic
}
_$
{
pfx
}
dec$
{
sfx
}
$
{
order
}(
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
arch_$
{
atomic
}
_$
{
pfx
}
sub
$
{
sfx
}
$
{
order
}(
1
,
v
);
}
EOF