We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe65e0b commit d7ae4c1Copy full SHA for d7ae4c1
src/unix/linux_like/linux/gnu/mod.rs
@@ -62,7 +62,7 @@ s! {
62
__error_code: ::c_int,
63
__return_value: ::ssize_t,
64
pub aio_offset: off_t,
65
- #[cfg(all(not(target_arch = "x86_64"), target_pointer_width = "32"))]
+ #[cfg(all(not(gnu_time64_abi), not(target_arch = "x86_64"), target_pointer_width = "32"))]
66
__unused1: [::c_char; 4],
67
__glibc_reserved: [::c_char; 32]
68
}
0 commit comments