Sign in
android-kvm
/
linux
/
d56e746f4b5b101b3c12b8e23d20b0c1ded01a5e
/
.
/
tools
/
build
/
feature
/
test-sched_getcpu.c
blob: 9c6b4cbffb1cae2759a524b70d36cee1b8f9f02e [
file
] [
log
] [
blame
]
#ifndef
_GNU_SOURCE
#define
_GNU_SOURCE
#endif
#include
<sched.h>
int
main
(
void
)
{
return
sched_getcpu
();
}