Skip to content

Commit ff0a218

Browse files
alexrpFri3dNstuff
authored andcommitted
Turns out this was already fixed in ziglang#21964. I have no idea why GitHub showed an incorrect diff in ziglang#21273, or how applying the diff to master was even possible, but here we are.
1 parent 3011e1e commit ff0a218

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/std/c/darwin.zig

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

78-
_padding: u19 = 0,
79-
8078
pub const MACHINE: MASK = @bitCast(@as(u32, 0));
8179

8280
pub const ALL: MASK = .{

0 commit comments

Comments
 (0)