Sign in
gem5
/
arm
/
linux
/
777a45b458660b18d7d7c3e0d874d08650c99cd2
/
.
/
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
();
}