diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/time.h b/include/time.h index 0806e10a3a..ff331cddcd 100644 --- a/include/time.h +++ b/include/time.h @@ -38,7 +38,7 @@ extern time_t __mktime_internal (struct tm *__tp, struct tm *), time_t *__offset); extern struct tm *__localtime_r (__const time_t *__timer, - struct tm *__tp); + struct tm *__tp) attribute_hidden; extern struct tm *__gmtime_r (__const time_t *__restrict __timer, struct tm *__restrict __tp); |