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 @@
33![loc](https://sloc.xyz/github/nektro/zig-sys-linux)
44[![license](https://img.shields.io/github/license/nektro/zig-sys-linux.svg)](https://github.com/nektro/zig-sys-linux/blob/master/LICENSE)
55[![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/)
77[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
88
99OS bindings layer for interacting with Linux
mod.zig+1-1
......@@ -875,7 +875,6 @@ pub const errno = struct {
875875 .xcore,
876876 .nvptx,
877877 .nvptx64,
878 .spirv,
879878 .spirv32,
880879 .spirv64,
881880 .kalimba,
......@@ -883,6 +882,7 @@ pub const errno = struct {
883882 .wasm32,
884883 .wasm64,
885884 .ve,
885 .or1k,
886886 => unreachable,
887887 };
888888