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 872642a commit 7ba56f2Copy full SHA for 7ba56f2
src/unix/linux_like/linux/gnu/mod.rs
@@ -451,7 +451,11 @@ s_no_extra_traits! {
451
__return_value: ssize_t,
452
// FIXME(off64): visible fields depend on __USE_FILE_OFFSET64
453
pub aio_offset: off_t,
454
- #[cfg(all(not(target_arch = "x86_64"), target_pointer_width = "32"))]
+ #[cfg(all(
455
+ not(gnu_file_offset_bits64),
456
+ not(target_arch = "x86_64"),
457
+ target_pointer_width = "32"
458
+ ))]
459
__pad: [c_char; 4],
460
__glibc_reserved: [c_char; 32],
461
}
0 commit comments