about summary refs log tree commit diff
path: root/include/locale.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/locale.h')
-rw-r--r--include/locale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/locale.h b/include/locale.h
index c821768754..a79888139b 100644
--- a/include/locale.h
+++ b/include/locale.h
@@ -7,7 +7,7 @@
 extern struct loaded_l10nfile *_nl_locale_file_list[] attribute_hidden;
 
 /* Locale object for C locale.  */
-extern struct __locale_struct _nl_C_locobj;
+extern struct __locale_struct _nl_C_locobj attribute_hidden;
 
 /* Now define the internal interfaces.  */
 extern struct lconv *__localeconv (void);