diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-10-29 12:43:18 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-29 12:43:18 -0400 |
commit | d272e7f19dc2dae6d215f6ca6512d042575ed736 (patch) | |
tree | 5095f03835f99dac08e08785981f536a020f77ae /ChangeLog | |
parent | 1bc3307181a2213a4d7253bced376c3de021605e (diff) | |
download | glibc-d272e7f19dc2dae6d215f6ca6512d042575ed736.tar.gz glibc-d272e7f19dc2dae6d215f6ca6512d042575ed736.tar.xz glibc-d272e7f19dc2dae6d215f6ca6512d042575ed736.zip |
Cleanups in ldconfig's chroot handling
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fbef6bc6c3..d5d7cb5c74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-10-29 Ulrich Drepper <drepper@gmail.com> + * elf/chroot_canon.c (chroot_canon): Cleanups. + * elf/dl-lookup.c (_dl_setup_hash): Avoid warning. [BZ #13335] |