Skip to content

Commit 570f6af

Browse files
committed
Update struct flock for _FILE_OFFSET_BITS=64
1 parent 0448753 commit 570f6af

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ s! {
122122
pub l_whence: ::c_short,
123123
pub l_start: ::off_t,
124124
pub l_len: ::off_t,
125-
pub l_sysid: ::c_long,
126125
pub l_pid: ::pid_t,
127-
pad: [::c_long; 4],
128126
}
129127
}
130128

0 commit comments

Comments
 (0)