Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / tools / build / feature / test-sched_getcpu.c
blobe448deb4124c1ea8ed96f7b9a430095cdcac2e88
1 // SPDX-License-Identifier: GPL-2.0
2 #ifndef _GNU_SOURCE
3 #define _GNU_SOURCE
4 #endif
5 #include <sched.h>
7 int main(void)
9 return sched_getcpu();