| author | |
| committer | |
| log | e4d570695777af643e375343a904a024250de98d |
| tree | 8319eab1d30da713e5b16bf0ea52cafb164afec2 |
| parent | 160445ef316f76dfddfa17b11c4919a3e14f486d |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/posix.zig+1| ... | ... | @@ -1269,6 +1269,7 @@ pub fn write(fd: fd_t, bytes: []const u8) WriteError!usize { |
| 1269 | 1269 | .FBIG => return error.FileTooBig, |
| 1270 | 1270 | .IO => return error.InputOutput, |
| 1271 | 1271 | .NOSPC => return error.NoSpaceLeft, |
| 1272 | .ACCES => return error.AccessDenied, | |
| 1272 | 1273 | .PERM => return error.AccessDenied, |
| 1273 | 1274 | .PIPE => return error.BrokenPipe, |
| 1274 | 1275 | .CONNRESET => return error.ConnectionResetByPeer, |