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