index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
sched
/
sched_yield.c
blob: e74abec8019bce68033ac246012d5b4a75f59551 (
plain
)
1
2
3
4
5
6
#include <syscall.h> int sched_yield(void) { return syscall(sched_yield); }