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