diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sched.h | 1 | ||||
-rw-r--r-- | include/sys/stat.h | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/sched.h b/include/sched.h index 4a142c69af..7b057ea833 100644 --- a/include/sched.h +++ b/include/sched.h @@ -10,6 +10,7 @@ extern int __sched_setscheduler (__pid_t __pid, int __policy, libc_hidden_proto (__sched_setscheduler) 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); extern int __sched_get_priority_min (int __algorithm); extern int __sched_rr_get_interval (__pid_t __pid, struct timespec *__t); diff --git a/include/sys/stat.h b/include/sys/stat.h index 4a4d05d938..72105a45a9 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -31,6 +31,8 @@ extern __inline__ int __mknod (__const char *__path, __mode_t __mode, } libc_hidden_proto (__xmknodat) +libc_hidden_proto (__fxstatat64) + /* The `stat', `fstat', `lstat' functions have to be handled special since even while not compiling the library with optimization calls to these |