We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb52e69 + 8c07db5 commit f33d879Copy full SHA for f33d879
src/librustrt/stack_overflow.rs
@@ -277,6 +277,7 @@ mod imp {
277
all(target_os = "linux", target_arch = "x86_64"),
278
all(target_os = "linux", target_arch = "arm"), // may not match
279
all(target_os = "linux", target_arch = "mips"), // may not match
280
+ all(target_os = "linux", target_arch = "mipsel"), // may not match
281
target_os = "android"))] // may not match
282
mod signal {
283
use libc;
0 commit comments