]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/build/feature/test-sched_getcpu.c
Merge tag 'perf-core-for-mingo-4.12-20170503' of git://git.kernel.org/pub/scm/linux...
[karo-tx-linux.git] / tools / build / feature / test-sched_getcpu.c
1 #define _GNU_SOURCE
2 #include <sched.h>
3
4 int main(void)
5 {
6         return sched_getcpu();
7 }