Sign in
mojo
/
mojo-tools
/
7d579155cc597aa3befcbfad66eef54bda06b57c
/
.
/
fusl
/
src
/
sched
/
sched_setscheduler.c
blob: de2f1c9fa8d6dd23d7cf93312cae67d4222bba7e [
file
] [
log
] [
blame
]
#include
<sched.h>
#include
<errno.h>
#include
"syscall.h"
int
sched_setscheduler
(
pid_t
pid
,
int
sched
,
const
struct
sched_param
*
param
)
{
return
__syscall_ret
(-
ENOSYS
);
}