Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
aecf59e90a494f5d439415ce8d50064f6c644615
/
.
/
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
();
}