Sign in
mojo
/
mojo
/
96b05c1cc252cbd1582be4b8c554e72024938f3c
/
.
/
fusl
/
src
/
sched
/
sched_getparam.c
blob: 76f10e49d987710f8a80133a9110332fbbe2f910 [
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
);
}