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 60bf6d7 commit 595c2abCopy full SHA for 595c2ab
src/unix/solarish/mod.rs
@@ -2579,7 +2579,7 @@ pub const AT_SUN_FPTYPE: ::c_uint = 2027;
2579
// and 4 bytes everywhere else:
2580
#[cfg(target_arch = "sparc64")]
2581
const _CMSG_HDR_ALIGNMENT: usize = 8;
2582
-#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
+#[cfg(not(target_arch = "sparc64"))]
2583
const _CMSG_HDR_ALIGNMENT: usize = 4;
2584
2585
const _CMSG_DATA_ALIGNMENT: usize = ::mem::size_of::<::c_int>();
0 commit comments