Sign in
mojo
/
mojo-tools
/
a970ef645f92b4a504bd0f3acb4bbef13a6a5930
/
.
/
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
);
}