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 394f97f commit c553ad5Copy full SHA for c553ad5
src/unix/linux_like/linux/gnu/mod.rs
@@ -32,7 +32,11 @@ s! {
32
__error_code: c_int,
33
__return_value: ssize_t,
34
pub aio_offset: off_t,
35
- #[cfg(all(not(target_arch = "x86_64"), target_pointer_width = "32"))]
+ #[cfg(all(
36
+ not(gnu_file_offset_bits64),
37
+ not(target_arch = "x86_64"),
38
+ target_pointer_width = "32"
39
+ ))]
40
__unused1: [c_char; 4],
41
__glibc_reserved: [c_char; 32],
42
}
0 commit comments