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.
2 parents 9cc3dab + e9bd0b4 commit 1ba57d4Copy full SHA for 1ba57d4
src/unix/linux_like/linux/gnu/mod.rs
@@ -344,6 +344,8 @@ s! {
344
__pad: i32,
345
#[cfg(not(all(target_arch = "x86_64", target_pointer_width = "32")))]
346
pub tv_nsec: c_long,
347
+ #[cfg(all(target_arch = "x86_64", target_pointer_width = "32"))]
348
+ pub tv_nsec: i64,
349
#[cfg(all(gnu_time_bits64, target_endian = "little"))]
350
351
}
0 commit comments