Skip to content

Commit 5c7670e

Browse files
committed
Update struct flock for _FILE_OFFSET_BITS=64
1 parent 6d98dc2 commit 5c7670e

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
@@ -136,9 +136,7 @@ s! {
136136
pub l_whence: ::c_short,
137137
pub l_start: ::off_t,
138138
pub l_len: ::off_t,
139-
pub l_sysid: ::c_long,
140139
pub l_pid: ::pid_t,
141-
pad: [::c_long; 4],
142140
}
143141
}
144142

0 commit comments

Comments
 (0)