Sign in
android-kvm
/
linux
/
38a2ca2cac28cd202a364e30f9fd252ac66619be
/
.
/
tools
/
build
/
feature
/
test-setns.c
blob: 4a1581ae7a5585c4bb4924802cc2c33956cec7fe [
file
] [
log
] [
blame
]
#define
_GNU_SOURCE
#include
<sched.h>
int
main
(
void
)
{
return
setns
(
0
,
0
);
}
#undef
_GNU_SOURCE