From 169ec09e54c032b172b1cc691196e044016eb091 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 13 Mar 2002 09:38:59 +0000 Subject: Update. * include/locale.h (_nl_C_locobj): Declare as hidden. * time/asctime.c (_nl_C_LC_TIME): Declare as hidden. * time/strptime.c (_nl_C_LC_TIME): Likewise. * include/netinet/in.h (in6addr_any_internal): Mark as hidden. * include/sys/gmon.h: Declare _gmonparam as hidden. * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden. (__ctype32_wctrans): Likewise. (__ctype32_width): Likewise. --- include/locale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/locale.h') 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); -- cgit 1.4.1