repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mm, oom: do not rely on TIF_MEMDIE for memory reserves access
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-sched_getcpu.c
blob
9c6b4cbffb1cae2759a524b70d36cee1b8f9f02e
1
#ifndef _GNU_SOURCE
2
#define _GNU_SOURCE
3
#endif
4
#include <sched.h>
5
6
int
main
(
void
)
7
{
8
return
sched_getcpu
();
9
}