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