]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/build/feature/test-sched_getcpu.c
tools build: Add test for sched_getcpu()
[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 }