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 48017c1c4e..0806e10a3a 100644 --- a/include/time.h +++ b/include/time.h @@ -8,7 +8,7 @@ struct tm; /* Defined in mktime.c. */ -extern const unsigned short int __mon_yday[2][13]; +extern const unsigned short int __mon_yday[2][13] attribute_hidden; /* Defined in localtime.c. */ extern struct tm _tmbuf attribute_hidden; |