diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-08-20 15:55:44 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-20 15:55:44 -0400 |
commit | 775a77e7e43c75ce3a7960f249eb3b189889ec20 (patch) | |
tree | a7623ba338c27cf0bcb8edb46c2915c545cd453c /ChangeLog | |
parent | 89f447edba330554fb50b19009938c8c19cc7414 (diff) | |
download | glibc-775a77e7e43c75ce3a7960f249eb3b189889ec20.tar glibc-775a77e7e43c75ce3a7960f249eb3b189889ec20.tar.gz glibc-775a77e7e43c75ce3a7960f249eb3b189889ec20.tar.bz2 glibc-775a77e7e43c75ce3a7960f249eb3b189889ec20.zip |
More optimizations of nss_files
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ 2011-08-20 Ulrich Drepper <drepper@gmail.com> - * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked. + * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked + and fgetc_unlocked. + * nss/nss_files/files-key.c (search): Use fgets_unlocked and + getc_unlocked. * elf/dl-open.c (add_to_global): Report additions to the global scope for LD_DEBUG=scopes. |