add support for thread scheduling (POSIX TPS option)
[musl] / src / sched / sched_rr_get_interval.c
index 43bc490..4b01028 100644 (file)
@@ -5,4 +5,3 @@ int sched_rr_get_interval(pid_t pid, struct timespec *ts)
 {
        return syscall(SYS_sched_rr_get_interval, pid, ts);
 }
-