Sign in
opensecura
/
3p
/
sel4
/
musllibc
/
2af3006b0ccf36ba9ac5123f539d577fd97c5350
/
.
/
src
/
sched
/
sched_getparam.c
blob: 76f10e49d987710f8a80133a9110332fbbe2f910 [
file
]
#include
<sched.h>
#include
<errno.h>
#include
"syscall.h"
int
sched_getparam
(
pid_t
pid
,
struct
sched_param
*
param
)
{
return
__syscall_ret
(-
ENOSYS
);
}