Skip to content

Commit d714cf3

Browse files
authored
std.c.darwin: Fix EXC.MASK compile error (ziglang#21273)
1 parent 6255ee3 commit d714cf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/std/c/darwin.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ pub const EXC = enum(exception_type_t) {
7575
CORPSE_NOTIFY: bool = false,
7676
_14: u18 = 0,
7777

78+
_padding: u19 = 0,
79+
7880
pub const MACHINE: MASK = @bitCast(@as(u32, 0));
7981

8082
pub const ALL: MASK = .{

0 commit comments

Comments
 (0)