Skip to content

Commit 96e81e7

Browse files
snoggetgross35
authored andcommitted
gnu: Adapt stat64 for gnu_file_offset_bits64
1 parent 5a5abc2 commit 96e81e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ s! {
6161
pub struct stat64 {
6262
pub st_dev: crate::dev_t,
6363
__pad1: c_uint,
64-
__st_ino: crate::ino_t,
64+
__st_ino: c_ulong,
6565
pub st_mode: crate::mode_t,
6666
pub st_nlink: crate::nlink_t,
6767
pub st_uid: crate::uid_t,

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ s! {
135135
pub struct stat64 {
136136
pub st_dev: crate::dev_t,
137137
__pad1: c_uint,
138-
__st_ino: crate::ino_t,
138+
__st_ino: c_ulong,
139139
pub st_mode: crate::mode_t,
140140
pub st_nlink: crate::nlink_t,
141141
pub st_uid: crate::uid_t,

0 commit comments

Comments
 (0)