Skip to content

Commit 5363161

Browse files
committed
Fix __SIZEOF_PTHREAD_MUTEX_T for mips
This was changed when emscripten test support was added
1 parent ef7e8e9 commit 5363161

File tree

1 file changed

+1
-1
lines changed
  • src/unix/notbsd/linux/musl/b32

1 file changed

+1
-1
lines changed

src/unix/notbsd/linux/musl/b32/mips.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ s! {
128128
}
129129
}
130130

131-
pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 28;
131+
pub const __SIZEOF_PTHREAD_MUTEX_T: usize = 24;
132132

133133
pub const O_DIRECT: ::c_int = 0o100000;
134134
pub const O_DIRECTORY: ::c_int = 0o200000;

0 commit comments

Comments
 (0)