Sign in
android-kvm
/
linux
/
e63d79d1ffcd2201a2dbff1d7a1184b8f3ec74cf
/
.
/
scripts
/
atomic
/
fallbacks
/
dec
blob: 10bbc82be31d6681e71eb9dfe9fa1d5e0f47ea11 [
file
] [
log
] [
blame
]
cat
<<
EOF
static
inline
$
{
ret
}
$
{
atomic
}
_$
{
pfx
}
dec$
{
sfx
}
$
{
order
}(
$
{
atomic
}
_t
*
v
)
{
$
{
retstmt
}
$
{
atomic
}
_$
{
pfx
}
sub
$
{
sfx
}
$
{
order
}(
1
,
v
);
}
EOF