std.c.darwin: Fix EXC.MASK compile error (#21273)

This commit is contained in:
injuly
2025-01-27 00:26:14 +05:30
committed by GitHub
parent 6255ee3d2f
commit d714cf3340

View File

@@ -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 = .{