mm, oom: do not rely on TIF_MEMDIE for memory reserves access
[linux/fpc-iii.git] / tools / build / feature / test-sched_getcpu.c
blob9c6b4cbffb1cae2759a524b70d36cee1b8f9f02e
1 #ifndef _GNU_SOURCE
2 #define _GNU_SOURCE
3 #endif
4 #include <sched.h>
6 int main(void)
8 return sched_getcpu();