61be1cfe
1 2 3 4 5 6 7
#include <sched.h> #include "syscall.h" int sched_rr_get_interval(pid_t pid, struct timespec *ts) { return syscall(SYS_sched_rr_get_interval, pid, ts); }