summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/locale.h2
-rw-r--r--include/time.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/include/locale.h b/include/locale.h
index 0877a48775..c821768754 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 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;