mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
std.c.netbsd: change type of _ksiginfo.signo to std.c.SIG
This commit is contained in:
parent
fb66d7712c
commit
c71d32d14a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue