diff options
Diffstat (limited to 'include/time.h')
-rw-r--r-- | include/time.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/time.h b/include/time.h index f81760e99c..48017c1c4e 100644 --- a/include/time.h +++ b/include/time.h @@ -11,16 +11,16 @@ struct tm; extern const unsigned short int __mon_yday[2][13]; /* Defined in localtime.c. */ -extern struct tm _tmbuf; +extern struct tm _tmbuf attribute_hidden; /* Defined in tzset.c. */ extern char *__tzstring (const char *string); /* Defined in tzset.c. */ -extern size_t __tzname_cur_max; +extern size_t __tzname_cur_max attribute_hidden; -extern int __use_tzfile; +extern int __use_tzfile attribute_hidden; extern void __tzfile_read (const char *file, size_t extra, char **extrap); |