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 d48fa78 commit e9908daCopy full SHA for e9908da
src/libstd/sys/unix/stack_overflow.rs
@@ -150,6 +150,7 @@ mod imp {
150
all(target_os = "linux", target_arch = "aarch64"),
151
all(target_os = "linux", target_arch = "mips"), // may not match
152
all(target_os = "linux", target_arch = "mipsel"), // may not match
153
+ all(target_os = "linux", target_arch = "powerpc"), // may not match
154
target_os = "android"))] // may not match
155
mod signal {
156
use libc;
0 commit comments