about summary refs log tree commit diff
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/ftw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/ftw.c b/io/ftw.c
index 3428fcf345..e832fbbc99 100644
--- a/io/ftw.c
+++ b/io/ftw.c
@@ -472,7 +472,7 @@ ftw_startup (const char *dir, int is_nftw, void *func, int descriptors,
   /* First make sure the parameters are reasonable.  */
   if (dir[0] == '\0')
     {
-      __set_errno (ENOTDIR);
+      __set_errno (ENOENT);
       return -1;
     }