| ... | @@ -1817,6 +1817,7 @@ pub fn openatZ(dir_fd: fd_t, file_path: [*:0]const u8, flags: O, mode: mode_t) O | ... | @@ -1817,6 +1817,7 @@ pub fn openatZ(dir_fd: fd_t, file_path: [*:0]const u8, flags: O, mode: mode_t) O |
| 1817 | .OPNOTSUPP => return error.FileLocksNotSupported, | 1817 | .OPNOTSUPP => return error.FileLocksNotSupported, |
| 1818 | .AGAIN => return error.WouldBlock, | 1818 | .AGAIN => return error.WouldBlock, |
| 1819 | .TXTBSY => return error.FileBusy, | 1819 | .TXTBSY => return error.FileBusy, |
| | 1820 | .NXIO => return error.NoDevice, |
| 1820 | .ILSEQ => |err| if (native_os == .wasi) | 1821 | .ILSEQ => |err| if (native_os == .wasi) |
| 1821 | return error.InvalidUtf8 | 1822 | return error.InvalidUtf8 |
| 1822 | else | 1823 | else |