Skip to content

Commit 5647dd8

Browse files
alexrpandrewrk
authored andcommitted
Revert d714cf3 (#21273)
Turns out this was already fixed in #21964. I have no idea why GitHub showed an incorrect diff in #21273, or how applying the diff to master was even possible, but here we are.
1 parent ae5b1a9 commit 5647dd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/std/c/darwin.zig

-2
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)