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