diff options
author | Roland McGrath <roland@gnu.org> | 2005-12-21 21:21:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-12-21 21:21:50 +0000 |
commit | 934b22a4f69afc5ca4613c187ab1bf28d7743683 (patch) | |
tree | 859229f9611a2d484f466f7962e1fe09bedbf468 | |
parent | 7289d08b9501aaedb4358ee0400c39f6db58f958 (diff) | |
download | glibc-934b22a4f69afc5ca4613c187ab1bf28d7743683.tar.gz glibc-934b22a4f69afc5ca4613c187ab1bf28d7743683.tar.xz glibc-934b22a4f69afc5ca4613c187ab1bf28d7743683.zip |
* csu/dso_handle.c (__dso_handle): Add const to pointer type too.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0edc2f1666..28c5e4a349 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-12-21 Roland McGrath <roland@redhat.com> + + * csu/dso_handle.c (__dso_handle): Add const to pointer type too. + 2005-12-21 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_conf.c: Initialize empty_path_elem. |