We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a29d8 commit 33f8a82Copy full SHA for 33f8a82
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