summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-08-20 15:25:16 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-20 15:25:16 -0400
commit89f447edba330554fb50b19009938c8c19cc7414 (patch)
treecae1954a1c1b608eac02d0e6bc1e97faed261b70 /ChangeLog
parent5dc4290c5b587c9b1fa960588a83c8d6a63ce43b (diff)
Minor optimizatin in alias lookup in files NSS module
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca38ec3234..5af9c0b190 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.