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 3c53418 commit 90afb85Copy full SHA for 90afb85
src/libstd/os/freebsd/raw.rs
@@ -78,4 +78,7 @@ pub struct stat {
78
pub st_birthtime: c_long,
79
#[stable(feature = "raw_ext", since = "1.1.0")]
80
pub st_birthtime_nsec: c_long,
81
+ #[cfg(target_arch = "x86")]
82
+ #[stable(feature = "raw_ext", since = "1.1.0")]
83
+ pub __unused: [u8; 8],
84
}
0 commit comments