blob: 33790c80ca57d0ffd26b6e7109cb66053971f6ba [file] [log] [blame]
#include <sched.h>
#include <errno.h>
#include "syscall.h"
int sched_setparam(pid_t pid, const struct sched_param* param) {
return __syscall_ret(-ENOSYS);
}