diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/stdlib.h | 2 | ||||
| -rw-r--r-- | include/time.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index c4a6e6f737..2274790a2e 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -78,7 +78,7 @@ extern char *__realpath (const char *__name, char *__resolved); extern int __ptsname_r (int __fd, char *__buf, size_t __buflen); # ifndef _ISOMAC extern int __ptsname_internal (int fd, char *buf, size_t buflen, - struct stat64 *stp); + struct stat64 *stp) attribute_hidden; # endif extern int __getpt (void); extern int __posix_openpt (int __oflag); diff --git a/include/time.h b/include/time.h index 324913214f..870b7eb93c 100644 --- a/include/time.h +++ b/include/time.h @@ -54,7 +54,7 @@ extern void __tz_compute (time_t timer, struct tm *tm, int use_localtime) extern time_t __mktime_internal (struct tm *__tp, struct tm *(*__func) (const time_t *, struct tm *), - time_t *__offset); + time_t *__offset) attribute_hidden; extern struct tm *__localtime_r (const time_t *__timer, struct tm *__tp) attribute_hidden; |
