authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-05-31 20:49:40 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-05-31 20:49:40 -07:00
log29616acad14dd99f07a881949ba4cb65d093177a
treebdeffeb26dfccfbe21a4f09b5a9dfd664bddfe18
parent7c161d74c77ef9d482bb71273163fd454674240b
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

update to zig 0.15.2


2 files changed, 2 insertions(+), 2 deletions(-)

README.md+1-1
...@@ -3,7 +3,7 @@...@@ -3,7 +3,7 @@
3![loc](https://sloc.xyz/github/nektro/zig-sys-linux)3![loc](https://sloc.xyz/github/nektro/zig-sys-linux)
4[![license](https://img.shields.io/github/license/nektro/zig-sys-linux.svg)](https://github.com/nektro/zig-sys-linux/blob/master/LICENSE)4[![license](https://img.shields.io/github/license/nektro/zig-sys-linux.svg)](https://github.com/nektro/zig-sys-linux/blob/master/LICENSE)
5[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)5[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)
6[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/)6[![Zig](https://img.shields.io/badge/Zig-0.15-f7a41d)](https://ziglang.org/)
7[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)7[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
88
9OS bindings layer for interacting with Linux9OS bindings layer for interacting with Linux
mod.zig+1-1
...@@ -875,7 +875,6 @@ pub const errno = struct {...@@ -875,7 +875,6 @@ pub const errno = struct {
875 .xcore,875 .xcore,
876 .nvptx,876 .nvptx,
877 .nvptx64,877 .nvptx64,
878 .spirv,
879 .spirv32,878 .spirv32,
880 .spirv64,879 .spirv64,
881 .kalimba,880 .kalimba,
...@@ -883,6 +882,7 @@ pub const errno = struct {...@@ -883,6 +882,7 @@ pub const errno = struct {
883 .wasm32,882 .wasm32,
884 .wasm64,883 .wasm64,
885 .ve,884 .ve,
885 .or1k,
886 => unreachable,886 => unreachable,
887 };887 };
888888