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 7d92568 commit 264a539Copy full SHA for 264a539
src/unix/linux_like/linux/gnu/mod.rs
@@ -366,6 +366,8 @@ s! {
366
__pad: i32,
367
#[cfg(not(all(target_arch = "x86_64", target_pointer_width = "32")))]
368
pub tv_nsec: c_long,
369
+ #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
370
+ pub tv_nsec: i64,
371
#[cfg(all(gnu_time_bits64, target_endian = "little"))]
372
373
}
0 commit comments