summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-07-08 07:42:11 +0900
committerGitHub <noreply@github.com>2020-07-08 07:42:11 +0900
commitdd5e0c4a3bb1bdc4555dde012a7383daa95801ea (patch)
treed98685895bd1e0dd45de29070eb20df859f75d8f
parentfa894064da187e699872ff9a330be95b131405b1 (diff)
parent6f2139e1c4466081da4a61e47099ae42fe13a017 (diff)
downloadrust-libc-dd5e0c4a3bb1bdc4555dde012a7383daa95801ea.tar.gz
Merge pull request #1814 from asomers/issue_1775
-rw-r--r--src/unix/bsd/freebsdlike/freebsd/x86.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/bsd/freebsdlike/freebsd/x86.rs b/src/unix/bsd/freebsdlike/freebsd/x86.rs
index c1181830f9..d3a3f34b0f 100644
--- a/src/unix/bsd/freebsdlike/freebsd/x86.rs
+++ b/src/unix/bsd/freebsdlike/freebsd/x86.rs
@@ -40,7 +40,7 @@ cfg_if! {
pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_long>() - 1;
} else {
#[doc(hidden)]
- pub const _ALIGNBYTES: usize = 8 - 1;
+ pub const _ALIGNBYTES: usize = 4 - 1;
}
}
pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4