diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-03-13 09:38:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-03-13 09:38:59 +0000 |
commit | 169ec09e54c032b172b1cc691196e044016eb091 (patch) | |
tree | 79d4f8003d5ae214333ed7f6d9b9b919170e049e /time/strptime.c | |
parent | 6455d2556c3fdedb3dac163c2b0a11192aaf18d6 (diff) | |
download | glibc-169ec09e54c032b172b1cc691196e044016eb091.tar.gz glibc-169ec09e54c032b172b1cc691196e044016eb091.tar.xz glibc-169ec09e54c032b172b1cc691196e044016eb091.zip |
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.
Diffstat (limited to 'time/strptime.c')
-rw-r--r-- | time/strptime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/time/strptime.c b/time/strptime.c index e84201ea7a..a3fd811472 100644 --- a/time/strptime.c +++ b/time/strptime.c @@ -133,7 +133,7 @@ localtime_r (t, tp) #ifdef _LIBC /* This is defined in locale/C-time.c in the GNU libc. */ -extern const struct locale_data _nl_C_LC_TIME; +extern const struct locale_data _nl_C_LC_TIME attribute_hidden; # define weekday_name (&_nl_C_LC_TIME.values[_NL_ITEM_INDEX (DAY_1)].string) # define ab_weekday_name \ |