blob: a5723beb6396929a93a52c7368b879e1289660ae [file] [log] [blame]
#include <sched.h>
#include <errno.h>
#include "syscall.h"
int sched_getscheduler(pid_t pid) {
return __syscall_ret(-ENOSYS);
}