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 fa89406 + 6f2139e commit dd5e0c4Copy full SHA for dd5e0c4
src/unix/bsd/freebsdlike/freebsd/x86.rs
@@ -40,7 +40,7 @@ cfg_if! {
40
pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_long>() - 1;
41
} else {
42
#[doc(hidden)]
43
- pub const _ALIGNBYTES: usize = 8 - 1;
+ pub const _ALIGNBYTES: usize = 4 - 1;
44
}
45
46
pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4
0 commit comments