Skip to content

Commit 582079a

Browse files
committed
gnu: Correct the struct stat64 padding for 32bit mips
1 parent 4246982 commit 582079a

File tree

1 file changed

+1
-1
lines changed
  • src/unix/linux_like/linux/gnu/b32/mips

1 file changed

+1
-1
lines changed

src/unix/linux_like/linux/gnu/b32/mips/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ s! {
5151
pub st_uid: crate::uid_t,
5252
pub st_gid: crate::gid_t,
5353
pub st_rdev: c_ulong,
54-
st_pad2: [c_long; 2],
54+
st_pad2: [c_long; 3],
5555
pub st_size: off64_t,
5656
pub st_atime: crate::time_t,
5757
pub st_atime_nsec: c_long,

0 commit comments

Comments
 (0)