diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-03-11 10:36:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-03-11 10:36:30 +0000 |
commit | 20febd6a63d1fbfbcb062760b142f67f33a94e91 (patch) | |
tree | 0cf77cff89947deec5d65cb679b47ec5a76b06c2 /ChangeLog | |
parent | 0e47dbd052f7bbc28e9854d4cb1fdd4f5f53d8d0 (diff) | |
download | glibc-20febd6a63d1fbfbcb062760b142f67f33a94e91.tar.gz glibc-20febd6a63d1fbfbcb062760b142f67f33a94e91.tar.xz glibc-20febd6a63d1fbfbcb062760b142f67f33a94e91.zip |
Update.
* wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden. (__ctype32_wctrans): Likewise. * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden. * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden. (__ctype32_wctrans): Likewise. (__ctype32_width): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 320bb87bd1..21893d7496 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2002-03-11 Ulrich Drepper <drepper@redhat.com> + * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden. + (__ctype32_wctrans): Likewise. + * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden. + * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden. + (__ctype32_wctrans): Likewise. + (__ctype32_width): Likewise. + * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func. They were never exported anyway. |