We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8882566 commit 4246982Copy full SHA for 4246982
src/unix/linux_like/linux/gnu/b32/arm/mod.rs
@@ -61,7 +61,10 @@ s! {
61
pub struct stat64 {
62
pub st_dev: crate::dev_t,
63
__pad1: c_uint,
64
- __st_ino: crate::ino_t,
+ // #[cfg(not(gnu_file_offset_bits64))]
65
+ // __st_ino: crate::ino_t,
66
+ // #[cfg(gnu_file_offset_bits64)]
67
+ __st_ino: c_ulong,
68
pub st_mode: crate::mode_t,
69
pub st_nlink: crate::nlink_t,
70
pub st_uid: crate::uid_t,
src/unix/linux_like/linux/gnu/b32/x86/mod.rs
@@ -135,7 +135,7 @@ s! {
135
136
137
138
139
140
141
0 commit comments