diff options
Diffstat (limited to 'posix/execvp.c')
-rw-r--r-- | posix/execvp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/execvp.c b/posix/execvp.c index c231ec69ca..fc37638f06 100644 --- a/posix/execvp.c +++ b/posix/execvp.c @@ -116,6 +116,7 @@ execvp (file, argv) that we did find one but were denied access. */ got_eacces = 1; case ENOENT: + case ESTALE: /* Those errors indicate the file is missing or not executable by us, in which case we want to just try the next path directory. */ |