powerpc: Fixup more stack work
This commit is contained in:
parent
d48fa78694
commit
e9908da0d7
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue