mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
std.c.netbsd: change type of _ksiginfo.signo to std.c.SIG
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user