| author | |
| committer | |
| log | c71d32d14a49eaf74fccbf83a208b9aa78dc6fdb |
| tree | d814e66b28faa700bfe0a8188cfd12bd7a548772 |
| parent | fb66d7712ca5d41b408f35835d8b796e1d9c0e73 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/c/netbsd.zig+1-1| ... | @@ -39,7 +39,7 @@ pub const TCIOFF = 3; | ... | @@ -39,7 +39,7 @@ pub const TCIOFF = 3; |
| 39 | pub const TCION = 4; | 39 | pub const TCION = 4; |
| 40 | 40 | ||
| 41 | pub const _ksiginfo = extern struct { | 41 | pub const _ksiginfo = extern struct { |
| 42 | signo: i32, | 42 | signo: std.c.SIG, |
| 43 | code: i32, | 43 | code: i32, |
| 44 | errno: i32, | 44 | errno: i32, |
| 45 | // 64bit architectures insert 4bytes of padding here, this is done by | 45 | // 64bit architectures insert 4bytes of padding here, this is done by |