diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-20 16:14:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-20 16:14:06 +0000 |
commit | 8da21f96b56d22f255d09b9dc62ada7fe8fe03a8 (patch) | |
tree | 3fa0aac96b28ea2d0d15cdea1f8d692b211181ba /ChangeLog | |
parent | b7cc4503da2eaa9aebb6d5a2fec33c3fdb0cf79e (diff) | |
download | glibc-8da21f96b56d22f255d09b9dc62ada7fe8fe03a8.zip glibc-8da21f96b56d22f255d09b9dc62ada7fe8fe03a8.tar.gz glibc-8da21f96b56d22f255d09b9dc62ada7fe8fe03a8.tar.bz2 |
* iconv/gconv_conf.c (builtin_aliases): Mark as const.
* iconv/gconv_open.c (internal_trans_names): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ 2005-12-20 Ulrich Drepper <drepper@redhat.com> - * iconv/gconv_open.c (internal_trans_names): Mark as const. + * iconv/gconv_conf.c (builtin_aliases): Mark as const. + * iconv/gconv_open.c (internal_trans_names): Likewise. 2005-12-19 Kaz Kojima <kkojima@rr.iij4u.or.jp> |