Skip to content

Commit

Permalink
fixup! gnu: Adapt stat for gnu_file_offset_bits64
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed Mar 3, 2025
1 parent dc16c92 commit 5cea92b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/unix/linux_like/linux/gnu/b32/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@ cfg_if! {

__pad1: c_ushort,

__st_ino: __ino_t,

__pad1: c_short,
pub st_ino: crate::ino_t,

pub st_mode: crate::mode_t,
pub st_nlink: crate::nlink_t,
pub st_uid: crate::uid_t,
Expand Down

0 comments on commit 5cea92b

Please sign in to comment.