blob: ee6f0e7f160410c765146fd5713adcd9909627c1 [file] [log] [blame]
#include <sched.h>
#include "syscall.h"
int sched_yield()
{
return syscall(SYS_sched_yield);
}