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