Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / tools / build / feature / test-setns.c
blob1f714d2a658b11cd3c88926df7b271e9737e5989
1 #define _GNU_SOURCE
2 #include <sched.h>
4 int main(void)
6 return setns(0, 0);