Skip to content

Commit

Permalink
powerpc: Fixup more stack work
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Jan 12, 2015
1 parent d48fa78 commit e9908da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/sys/unix/stack_overflow.rs
Expand Up @@ -150,6 +150,7 @@ mod imp {
all(target_os = "linux", target_arch = "aarch64"),
all(target_os = "linux", target_arch = "mips"), // may not match
all(target_os = "linux", target_arch = "mipsel"), // may not match
all(target_os = "linux", target_arch = "powerpc"), // may not match
target_os = "android"))] // may not match
mod signal {
use libc;
Expand Down

0 comments on commit e9908da

Please sign in to comment.