s390x: add single-instruction math functions
[musl.git] / src / sched / sched_setscheduler.c
blob4435f2164671fd5bfc5bb0fc135ddbd4aeb157ea
1 #include <sched.h>
2 #include <errno.h>
3 #include "syscall.h"
5 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param)
7 return __syscall_ret(-ENOSYS);