| author | |
| committer | |
| log | 5647dd84c1930a70422fd80a7c2207c81cf858d8 |
| tree | cdae9ab9f91f537342289ca4466d508b64d70283 |
| parent | ae5b1a9ca2d0d2fb80e8ed3d9a8eb7cdd32aa219 |
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 files changed, 0 insertions(+), 2 deletions(-)
lib/std/c/darwin.zig-2| ... | @@ -75,8 +75,6 @@ pub const EXC = enum(exception_type_t) { | ... | @@ -75,8 +75,6 @@ pub const EXC = enum(exception_type_t) { |
| 75 | CORPSE_NOTIFY: bool = false, | 75 | CORPSE_NOTIFY: bool = false, |
| 76 | _14: u18 = 0, | 76 | _14: u18 = 0, |
| 77 | 77 | ||
| 78 | _padding: u19 = 0, | ||
| 79 | |||
| 80 | pub const MACHINE: MASK = @bitCast(@as(u32, 0)); | 78 | pub const MACHINE: MASK = @bitCast(@as(u32, 0)); |
| 81 | 79 | ||
| 82 | pub const ALL: MASK = .{ | 80 | pub const ALL: MASK = .{ |