Skip to content

Commit

Permalink
gnu: Update struct aiocb for _TIME_BITS=64
Browse files Browse the repository at this point in the history
  • Loading branch information
snogge committed Feb 7, 2025
1 parent fa0e808 commit 715e2b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/unix/linux_like/linux/gnu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,11 @@ s_no_extra_traits! {
__return_value: ssize_t,
// FIXME(off64): visible fields depend on __USE_FILE_OFFSET64
pub aio_offset: off_t,
#[cfg(all(not(target_arch = "x86_64"), target_pointer_width = "32"))]
#[cfg(all(
not(gnu_file_offset_bits64),
not(target_arch = "x86_64"),
target_pointer_width = "32"
))]
__pad: [c_char; 4],
__glibc_reserved: [c_char; 32],
}
Expand Down

0 comments on commit 715e2b4

Please sign in to comment.