]> asedeno.scripts.mit.edu Git - linux.git/blob - tools/build/feature/test-setns.c
Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
[linux.git] / tools / build / feature / test-setns.c
1 #define _GNU_SOURCE
2 #include <sched.h>
3
4 int main(void)
5 {
6         return setns(0, 0);
7 }
8 #undef _GNU_SOURCE