Skip to content

Commit 2f35401

Browse files
committed
Update struct aiocb
1 parent 29fceba commit 2f35401

File tree

1 file changed

+2
-2
lines changed
  • src/unix/linux_like/linux/gnu

1 file changed

+2
-2
lines changed

src/unix/linux_like/linux/gnu/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ s! {
6161
__error_code: ::c_int,
6262
__return_value: ::ssize_t,
6363
pub aio_offset: off_t,
64-
#[cfg(all(not(target_arch = "x86_64"), target_pointer_width = "32"))]
65-
__unused1: [::c_char; 4],
64+
// #[cfg(all(not(target_arch = "x86_64"), target_pointer_width = "32"))]
65+
// __unused1: [::c_char; 4],
6666
__glibc_reserved: [::c_char; 32]
6767
}
6868

0 commit comments

Comments
 (0)