| ... | ... | @@ -548,6 +548,7 @@ fn preadNoEof(file: std.fs.File, buf: []u8, offset: u64) !void { |
| 548 | 548 | error.BrokenPipe => return error.UnableToReadElfFile, |
| 549 | 549 | error.Unseekable => return error.UnableToReadElfFile, |
| 550 | 550 | error.ConnectionResetByPeer => return error.UnableToReadElfFile, |
| 551 | error.ConnectionTimedOut => return error.UnableToReadElfFile, |
| 551 | 552 | error.InputOutput => return error.FileSystem, |
| 552 | 553 | error.Unexpected => return error.Unexpected, |
| 553 | 554 | error.WouldBlock => return error.Unexpected, |