Skip to content

Commit

Permalink
revert: revert some file split to other pr
Browse files Browse the repository at this point in the history
  • Loading branch information
richerfu committed Oct 28, 2024
1 parent 9d7ae43 commit f10795c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/c.zig
Original file line number Diff line number Diff line change
Expand Up @@ -6826,7 +6826,7 @@ pub const pthread_mutex_t = switch (native_os) {
data: [data_len]u8 align(@alignOf(usize)) = [_]u8{0} ** data_len,

const data_len = switch (native_abi) {
.musl, .musleabi, .musleabihf, .ohos => if (@sizeOf(usize) == 8) 40 else 24,
.musl, .musleabi, .musleabihf => if (@sizeOf(usize) == 8) 40 else 24,
.gnu, .gnuabin32, .gnuabi64, .gnueabi, .gnueabihf, .gnux32 => switch (native_arch) {
.aarch64 => 48,
.x86_64 => if (native_abi == .gnux32) 32 else 40,
Expand Down

0 comments on commit f10795c

Please sign in to comment.