xref: /linux/tools/build/feature/test-setns.c (revision 1351b50cc4b8abcab128febf3a27d01af44697b3)
1 #define _GNU_SOURCE
2 #include <sched.h>
3 
4 int main(void)
5 {
6 	return setns(0, 0);
7 }
8