diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-28 10:01:13 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-28 10:01:13 -0400 |
commit | 68577918437e2ccfd6bd2836892f59ef42994963 (patch) | |
tree | 6c4999f4afb4b6b809ec3bb3b93a656f82e16aeb /ChangeLog | |
parent | 68822d74268d003ba9dec772f5f11c8b670ca136 (diff) | |
download | glibc-68577918437e2ccfd6bd2836892f59ef42994963.tar.gz glibc-68577918437e2ccfd6bd2836892f59ef42994963.tar.xz glibc-68577918437e2ccfd6bd2836892f59ef42994963.zip |
Optimize libnss_files initialization
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d50b768acc..a8ccdacc77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-09-28 Ulrich Drepper <drepper@gmail.com> + + * nss/nss_files/files-init.c (_nss_files_init): Use static + initialization for all the *_traced_file variables. + 2011-09-28 Andreas Schwab <schwab@redhat.com> * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests. |