diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-08-20 15:25:16 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-20 15:25:16 -0400 |
commit | 89f447edba330554fb50b19009938c8c19cc7414 (patch) | |
tree | cae1954a1c1b608eac02d0e6bc1e97faed261b70 /ChangeLog | |
parent | 5dc4290c5b587c9b1fa960588a83c8d6a63ce43b (diff) | |
download | glibc-89f447edba330554fb50b19009938c8c19cc7414.zip glibc-89f447edba330554fb50b19009938c8c19cc7414.tar.gz glibc-89f447edba330554fb50b19009938c8c19cc7414.tar.bz2 |
Minor optimizatin in alias lookup in files NSS module
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2011-08-20 Ulrich Drepper <drepper@gmail.com> + * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked. + * elf/dl-open.c (add_to_global): Report additions to the global scope for LD_DEBUG=scopes. (dl_open_worker): Also print scope of newly loaded dependencies. |