aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-04-28 16:44:44 +0000
committerAndreas Jaeger <aj@suse.de>2000-04-28 16:44:44 +0000
commitcffad2ae2a03c545a8858645f74c3300a52de7c1 (patch)
tree57ef9a77576fc275ec287287a23e1abe18fc4540
parenta7f775a55e79ee3b123fff604e63781c08e4598a (diff)
downloadglibc-cffad2ae2a03c545a8858645f74c3300a52de7c1.tar
glibc-cffad2ae2a03c545a8858645f74c3300a52de7c1.tar.gz
glibc-cffad2ae2a03c545a8858645f74c3300a52de7c1.tar.bz2
glibc-cffad2ae2a03c545a8858645f74c3300a52de7c1.zip
Update.
2000-04-28 Geoff Clare <gwc@unisoft.com> * io/ftw.c: Set errno to ENOENT (instead of ENOTDIR) when the path passed to ftw() or nftw() is an empty string. Closes PR libc/1710.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 295253de6c..379b2749e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-04-28 Geoff Clare <gwc@unisoft.com>
+
+ * io/ftw.c: Set errno to ENOENT (instead of ENOTDIR) when the
+ path passed to ftw() or nftw() is an empty string.
+ Closes PR libc/1710.
+
2000-04-27 Ulrich Drepper <drepper@redhat.com>
* localedata/Makefile (test-srcs): Add tst-mbswcs4 and tst-mbswcs5.