aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index b1e017376..18f2b5461 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -3384,7 +3384,6 @@ static int unixRead(
*/
switch( pFile->lastErrno ){
case ERANGE:
- case ENOENT:
case EIO:
#ifdef ENXIO
case ENXIO: