This website requires JavaScript.
Explore
Help
Register
Sign In
Nano_Allwinner
/
ubuntu-linux-kernel
Watch
1
Star
0
Fork
You've already forked ubuntu-linux-kernel
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
main
ubuntu-linux-kernel
/
tools
/
build
/
feature
/
test-setns.c
8 lines
80 B
C
Raw
Permalink
Blame
History
#
define _GNU_SOURCE
#
include
<sched.h>
int
main
(
void
)
{
return
setns
(
0
,
0
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink