diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sched.h b/include/sched.h index f75faed4ce..b698f78666 100644 --- a/include/sched.h +++ b/include/sched.h @@ -5,6 +5,7 @@ /* Now define the internal interfaces. */ extern int __sched_setparam (__pid_t __pid, const struct sched_param *__param); +libc_hidden_proto (__sched_setparam) extern int __sched_getparam (__pid_t __pid, struct sched_param *__param); extern int __sched_setscheduler (__pid_t __pid, int __policy, const struct sched_param *__param); |