diff options
Diffstat (limited to 'include/sched.h')
-rw-r--r-- | include/sched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sched.h b/include/sched.h index b4d74064de..f75faed4ce 100644 --- a/include/sched.h +++ b/include/sched.h @@ -13,7 +13,9 @@ extern int __sched_getscheduler (__pid_t __pid); extern int __sched_yield (void); libc_hidden_proto (__sched_yield) extern int __sched_get_priority_max (int __algorithm); +libc_hidden_proto (__sched_get_priority_max) extern int __sched_get_priority_min (int __algorithm); +libc_hidden_proto (__sched_get_priority_min) extern int __sched_rr_get_interval (__pid_t __pid, struct timespec *__t); /* These are Linux specific. */ |