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