aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-17 07:08:51 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-17 07:08:51 +0000
commit71b1675eed1792430695bbd09e4882569c45e16a (patch)
tree8fe38b34aa07955cfa2d7ee201bdb08841fdf07d /ChangeLog
parent33d5279258825463ffd51d7b810340bb56f11083 (diff)
downloadglibc-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a574af7ffa..2a3109b299 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.