repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.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
}