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 fa89406 commit 6f2139eCopy full SHA for 6f2139e
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