Sign in
mojo
/
mojo-tools
/
2c145bfc0ff543c5a79d973aac78831f87424ab1
/
.
/
fusl
/
src
/
sched
/
sched_getscheduler.c
blob: a5723beb6396929a93a52c7368b879e1289660ae [
file
] [
log
] [
blame
]
#include
<sched.h>
#include
<errno.h>
#include
"syscall.h"
int
sched_getscheduler
(
pid_t
pid
)
{
return
__syscall_ret
(-
ENOSYS
);
}