xref
: /
linux
/
tools
/
build
/
feature
/
test-setns.c
(revision 3c545084130c1fd5cf873a5fec3ee29070128e06)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
_GNU_SOURCE
2
#
include
<
sched.h
>
3
4
int
main
(
void
)
5
{
6
return
setns
(0, 0);
7
}
8