Skip to content

Commit

Permalink
Update struct flock for _FILE_OFFSET_BITS=64
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed Mar 29, 2023
1 parent 6d98dc2 commit 5c7670e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/unix/linux_like/linux/gnu/b32/mips/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,7 @@ s! {
pub l_whence: ::c_short,
pub l_start: ::off_t,
pub l_len: ::off_t,
pub l_sysid: ::c_long,
pub l_pid: ::pid_t,
pad: [::c_long; 4],
}
}

Expand Down

0 comments on commit 5c7670e

Please sign in to comment.