diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-17 07:08:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-17 07:08:51 +0000 |
commit | 71b1675eed1792430695bbd09e4882569c45e16a (patch) | |
tree | 8fe38b34aa07955cfa2d7ee201bdb08841fdf07d /ChangeLog | |
parent | 33d5279258825463ffd51d7b810340bb56f11083 (diff) | |
download | glibc-71b1675eed1792430695bbd09e4882569c45e16a.tar glibc-71b1675eed1792430695bbd09e4882569c45e16a.tar.gz glibc-71b1675eed1792430695bbd09e4882569c45e16a.tar.bz2 glibc-71b1675eed1792430695bbd09e4882569c45e16a.zip |
Update.
* stdlib/test-canon.c (do_test): Test realpath(,NULL) in the loop
as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-02-16 Ulrich Drepper <drepper@redhat.com> + * stdlib/test-canon.c (do_test): Test realpath(,NULL) in the loop + as well. + * stdlib/canonicalize.c (__realpath): Remove unnecessary copy operations. |