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 7ba56f2 commit 4a7c9a9Copy full SHA for 4a7c9a9
src/unix/linux_like/linux/gnu/b32/mips/mod.rs
@@ -190,9 +190,11 @@ s! {
190
pub l_whence: c_short,
191
pub l_start: off_t,
192
pub l_len: off_t,
193
+ #[cfg(not(gnu_file_offset_bits64))]
194
pub l_sysid: c_long,
195
pub l_pid: crate::pid_t,
- pad: [c_long; 4],
196
197
+ __glibc_reserved0: [c_long; 4],
198
}
199
200
0 commit comments