remove long-obsolete clang workarounds from mips* syscall_arch.h files
[musl.git] / src / sched / sched_getscheduler.c
blob394e508b467cc5e71c2030b7b2c75b2d3070a4aa
1 #include <sched.h>
2 #include <errno.h>
3 #include "syscall.h"
5 int sched_getscheduler(pid_t pid)
7 return __syscall_ret(-ENOSYS);