make configure attempt to catch broken floating point CFLAGS/defaults
[musl.git] / src / sched / sched_rr_get_interval.c
blob4b01028f5ddaf102fcc37d39e7a4a915069b72bf
1 #include <sched.h>
2 #include "syscall.h"
4 int sched_rr_get_interval(pid_t pid, struct timespec *ts)
6 return syscall(SYS_sched_rr_get_interval, pid, ts);