diff --git a/README.md b/README.md index 2ea02b2e43187ec32896494ee41dec072112af8f..ca280b489a2996dbf1b28a69142b9c03a539f04f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![loc](https://sloc.xyz/github/nektro/zig-sys-linux) [![license](https://img.shields.io/github/license/nektro/zig-sys-linux.svg)](https://github.com/nektro/zig-sys-linux/blob/master/LICENSE) [![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro) -[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/) +[![Zig](https://img.shields.io/badge/Zig-0.15-f7a41d)](https://ziglang.org/) [![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod) OS bindings layer for interacting with Linux diff --git a/mod.zig b/mod.zig index 2e7b193cd5e8777b803aeb53439bc0e3c999fdce..4754c712c5c1871f2b4fad3598d39454f4bd2d29 100644 --- a/mod.zig +++ b/mod.zig @@ -875,7 +875,6 @@ pub const errno = struct { .xcore, .nvptx, .nvptx64, - .spirv, .spirv32, .spirv64, .kalimba, @@ -883,6 +882,7 @@ pub const errno = struct { .wasm32, .wasm64, .ve, + .or1k, => unreachable, };