repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rtlwifi: rtl8192{c,u}: Remove CamelCase variables
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-setns.c
blob
1f714d2a658b11cd3c88926df7b271e9737e5989
1
#define _GNU_SOURCE
2
#include <sched.h>
3
4
int
main
(
void
)
5
{
6
return
setns
(
0
,
0
);
7
}