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

This commit is contained in:
Alex Rønne Petersen 2026-01-15 07:00:52 +01:00
parent fb66d7712c
commit c71d32d14a
No known key found for this signature in database

View file

@ -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