From d714cf33405486d9aa707e9aee8f103a011d06e9 Mon Sep 17 00:00:00 2001 From: injuly <50487716+srijan-paul@users.noreply.github.com> Date: Mon, 27 Jan 2025 00:26:14 +0530 Subject: [PATCH] std.c.darwin: Fix EXC.MASK compile error (#21273) --- lib/std/c/darwin.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/std/c/darwin.zig b/lib/std/c/darwin.zig index 89aa792566..4ae86b254e 100644 --- a/lib/std/c/darwin.zig +++ b/lib/std/c/darwin.zig @@ -75,6 +75,8 @@ pub const EXC = enum(exception_type_t) { CORPSE_NOTIFY: bool = false, _14: u18 = 0, + _padding: u19 = 0, + pub const MACHINE: MASK = @bitCast(@as(u32, 0)); pub const ALL: MASK = .{