diff options
Diffstat (limited to 'libc/misc/time/time.c')
-rw-r--r-- | libc/misc/time/time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/misc/time/time.c b/libc/misc/time/time.c index 74b38f99e..889e7933f 100644 --- a/libc/misc/time/time.c +++ b/libc/misc/time/time.c @@ -206,7 +206,7 @@ extern char *__nl_langinfo_l (nl_item __item, __locale_t l) attribute_hidden; /**********************************************************************/ -extern struct tm __time_tm; +extern struct tm __time_tm attribute_hidden; extern struct tm *__localtime_r (__const time_t *__restrict __timer, struct tm *__restrict __tp) attribute_hidden; @@ -230,7 +230,7 @@ extern pthread_mutex_t _time_tzlock; #define TZLOCK __pthread_mutex_lock(&_time_tzlock) #define TZUNLOCK __pthread_mutex_unlock(&_time_tzlock) -extern rule_struct _time_tzinfo[2]; +extern rule_struct _time_tzinfo[2] attribute_hidden; extern struct tm *_time_t2tm(const time_t *__restrict timer, int offset, struct tm *__restrict result) attribute_hidden; |