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