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);
}