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.
2 parents 1faa096 + 33f8a82 commit 9b5ec0eCopy full SHA for 9b5ec0e
src/librustrt/stack_overflow.rs
@@ -283,6 +283,7 @@ mod imp {
283
#[cfg(any(all(target_os = "linux", target_arch = "x86"), // may not match
284
all(target_os = "linux", target_arch = "x86_64"),
285
all(target_os = "linux", target_arch = "arm"), // may not match
286
+ all(target_os = "linux", target_arch = "mips"), // may not match
287
target_os = "android"))] // may not match
288
mod signal {
289
use libc;
0 commit comments