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