| author | |
| committer | |
| log | 29616acad14dd99f07a881949ba4cb65d093177a |
| tree | bdeffeb26dfccfbe21a4f09b5a9dfd664bddfe18 |
| parent | 7c161d74c77ef9d482bb71273163fd454674240b |
| signature | Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw |
2 files changed, 2 insertions(+), 2 deletions(-)
README.md+1-1| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 |  |
| 4 | 4 | [](https://github.com/nektro/zig-sys-linux/blob/master/LICENSE) |
| 5 | 5 | [](https://github.com/sponsors/nektro) |
| 6 | [](https://ziglang.org/) | |
| 6 | [](https://ziglang.org/) | |
| 7 | 7 | [](https://github.com/nektro/zigmod) |
| 8 | 8 | |
| 9 | 9 | OS bindings layer for interacting with Linux |
mod.zig+1-1| ... | ... | @@ -875,7 +875,6 @@ pub const errno = struct { |
| 875 | 875 | .xcore, |
| 876 | 876 | .nvptx, |
| 877 | 877 | .nvptx64, |
| 878 | .spirv, | |
| 879 | 878 | .spirv32, |
| 880 | 879 | .spirv64, |
| 881 | 880 | .kalimba, |
| ... | ... | @@ -883,6 +882,7 @@ pub const errno = struct { |
| 883 | 882 | .wasm32, |
| 884 | 883 | .wasm64, |
| 885 | 884 | .ve, |
| 885 | .or1k, | |
| 886 | 886 | => unreachable, |
| 887 | 887 | }; |
| 888 | 888 |