authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-15 07:00:52+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-01-19 13:16:03+01:00
logc71d32d14a49eaf74fccbf83a208b9aa78dc6fdb
treed814e66b28faa700bfe0a8188cfd12bd7a548772
parentfb66d7712ca5d41b408f35835d8b796e1d9c0e73
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.c.netbsd: change type of _ksiginfo.signo to std.c.SIG


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

lib/std/c/netbsd.zig+1-1
......@@ -39,7 +39,7 @@ pub const TCIOFF = 3;
3939pub const TCION = 4;
4040
4141pub const _ksiginfo = extern struct {
42 signo: i32,
42 signo: std.c.SIG,
4343 code: i32,
4444 errno: i32,
4545 // 64bit architectures insert 4bytes of padding here, this is done by