Skip to content

Commit 7ad4f4d

Browse files
committed
Update struct flock for _FILE_OFFSET_BITS=64
1 parent 96b55e6 commit 7ad4f4d

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,7 @@ s! {
182182
pub l_whence: ::c_short,
183183
pub l_start: ::off_t,
184184
pub l_len: ::off_t,
185-
pub l_sysid: ::c_long,
186185
pub l_pid: ::pid_t,
187-
pad: [::c_long; 4],
188186
}
189187
}
190188

0 commit comments

Comments
 (0)