Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
4df0b51fe88b5a322114304ccc36f1b5d6f3df06
/
.
/
src
/
kernel
/
linux
/
v4.19
/
tools
/
build
/
feature
/
test-setns.c
blob: 1f714d2a658b11cd3c88926df7b271e9737e5989 [
file
] [
log
] [
blame
]
xj
b04a402
2021-11-25 15:01:52 +0800
[
diff
] [
blame
]
1
#define
_GNU_SOURCE
2
#include
<sched.h>
3
4
int
main
(
void
)
5
{
6
return
setns
(
0
,
0
);
7
}