blob: 2061e0aec4d7253da499665e215234e18f857500 [file] [log] [blame]
#include <errno.h>
#include <sched.h>
int sched_rr_get_interval(pid_t pid, struct timespec* ts) {
errno = ENOSYS;
return -1;
}