Update.
authorAndreas Jaeger <aj@suse.de>
Fri, 28 Apr 2000 16:44:44 +0000 (16:44 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 28 Apr 2000 16:44:44 +0000 (16:44 +0000)
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.

ChangeLog

index 295253d..379b274 100644 (file)
--- 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.