blob: c1b3d709cfc1b1507d400f9988dc53d1a30eb795 [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);
}