From c71d32d14a49eaf74fccbf83a208b9aa78dc6fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Thu, 15 Jan 2026 07:00:52 +0100 Subject: [PATCH] std.c.netbsd: change type of _ksiginfo.signo to std.c.SIG --- lib/std/c/netbsd.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/std/c/netbsd.zig b/lib/std/c/netbsd.zig index 2d73e634ea..f15cf498b1 100644 --- a/lib/std/c/netbsd.zig +++ b/lib/std/c/netbsd.zig @@ -39,7 +39,7 @@ pub const TCIOFF = 3; pub const TCION = 4; pub const _ksiginfo = extern struct { - signo: i32, + signo: std.c.SIG, code: i32, errno: i32, // 64bit architectures insert 4bytes of padding here, this is done by