| author | |
| committer | |
| log | faf64b5d0fa53a4fcc5ac24aa2aada502937808b |
| tree | 3ca74e70ca9faedfbefad62d7aa6420cf5aee5ee |
| parent | fcef7c4bb2f8705774b9d53c8f81a8e74cbcb630 |
1 files changed, 1 insertions(+), 1 deletions(-)
std/os/index.zig+1-1| ... | ... | @@ -1432,7 +1432,7 @@ const unexpected_error_tracing = false; |
| 1432 | 1432 | |
| 1433 | 1433 | /// Call this when you made a syscall or something that sets errno |
| 1434 | 1434 | /// and you get an unexpected error. |
| 1435 | pub fn unexpectedErrorPosix(errno: c_int) -> error { | |
| 1435 | pub fn unexpectedErrorPosix(errno: usize) -> error { | |
| 1436 | 1436 | if (unexpected_error_tracing) { |
| 1437 | 1437 | io.stderr.printf("unexpected errno: {}\n", errno) %% return; |
| 1438 | 1438 | debug.printStackTrace() %% return; |