commit c71d32d14a49eaf74fccbf83a208b9aa78dc6fdb (tree)
parent fb66d7712ca5d41b408f35835d8b796e1d9c0e73
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Thu, 15 Jan 2026 07:00:52 +0100
std.c.netbsd: change type of _ksiginfo.signo to std.c.SIG
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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