diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-17 05:47:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-17 05:47:01 +0000 |
commit | 33d5279258825463ffd51d7b810340bb56f11083 (patch) | |
tree | 557fca76905ae162f0482d781413661d3121aeda /ChangeLog | |
parent | f40473668438eaba88eced8d4e78db1225e90542 (diff) | |
download | glibc-33d5279258825463ffd51d7b810340bb56f11083.tar.gz glibc-33d5279258825463ffd51d7b810340bb56f11083.tar.xz glibc-33d5279258825463ffd51d7b810340bb56f11083.zip |
Update.
* stdlib/canonicalize.c (__realpath): Remove unnecessary copy operations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c39ca5325f..a574af7ffa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-02-16 Ulrich Drepper <drepper@redhat.com> + * stdlib/canonicalize.c (__realpath): Remove unnecessary copy + operations. + * nscd/nscd_conf.c (nscd_parse_file): Little optimization. 2004-02-14 Thorsten Kukuk <kukuk@suse.de> |