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 3ff25fd commit 0b0c9bbCopy full SHA for 0b0c9bb
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