Merge tag 'drm-fixes-for-v4.14-rc1' of git://people.freedesktop.org/~airlied/linux
[linux-2.6-microblaze.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 }