Skip to content
Snippets Groups Projects
Unverified Commit dd5e0c4a authored by Yuki Okushi's avatar Yuki Okushi Committed by GitHub
Browse files

Merge pull request #1814 from asomers/issue_1775

parents fa894064 6f2139e1
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment