Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
ak
/
linux-misc
/
32e6167f6881c5cfa43a88a9b7fea666d1dbc375
/
.
/
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