Skip to content

Commit dd5e0c4

Browse files
authored
Merge pull request #1814 from asomers/issue_1775
2 parents fa89406 + 6f2139e commit dd5e0c4

File tree

1 file changed

+1
-1
lines changed
  • src/unix/bsd/freebsdlike/freebsd

1 file changed

+1
-1
lines changed

src/unix/bsd/freebsdlike/freebsd/x86.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cfg_if! {
4040
pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_long>() - 1;
4141
} else {
4242
#[doc(hidden)]
43-
pub const _ALIGNBYTES: usize = 8 - 1;
43+
pub const _ALIGNBYTES: usize = 4 - 1;
4444
}
4545
}
4646
pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4

0 commit comments

Comments
 (0)