Skip to content

Commit d7ae4c1

Browse files
committed
gnu: Update struct aiocb for _TIME_BITS=64
1 parent fe65e0b commit d7ae4c1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)