diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/locale.h | 2 | ||||
-rw-r--r-- | include/time.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/locale.h b/include/locale.h index 0877a48..c821768 100644 --- a/include/locale.h +++ b/include/locale.h @@ -4,6 +4,8 @@ /* This has to be changed whenever a new locale is defined. */ #define __LC_LAST 13 +extern struct loaded_l10nfile *_nl_locale_file_list[] attribute_hidden; + /* Locale object for C locale. */ extern struct __locale_struct _nl_C_locobj; diff --git a/include/time.h b/include/time.h index 48017c1..0806e10 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; |