0b44a031
aa398f56
1 2 3 4 5 6
7
8 9 10
#include <sched.h> #include "syscall.h" #include "libc.h" int __yield() { return syscall(SYS_sched_yield); } weak_alias(__yield, sched_yield);