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 f2942c6 commit ad52886Copy full SHA for ad52886
src/unix/linux_like/linux/gnu/mod.rs
@@ -907,7 +907,8 @@ cfg_if! {
907
target_arch = "arm",
908
target_arch = "x86",
909
target_arch = "x86_64",
910
- target_arch = "s390x"
+ target_arch = "s390x",
911
+ target_arch = "riscv64"
912
))] {
913
pub const PTHREAD_STACK_MIN: ::size_t = 16384;
914
} else if #[cfg(any(
0 commit comments