File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
trunk/src/libstd/sys/unix Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: d48fa78694a4403837a9e0b5df3f1f6c0abf1e84
2
+ refs/heads/master: e9908da0d7cf881391c37ff10bb5573f2d8a4198
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 210f0dcf007104240b2e286ed0b80cb4a61d7bae
5
5
refs/heads/try: 957472483d3a2f43c0e4f7c2056280a1022af93c
Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ mod imp {
150
150
all( target_os = "linux" , target_arch = "aarch64" ) ,
151
151
all( target_os = "linux" , target_arch = "mips" ) , // may not match
152
152
all( target_os = "linux" , target_arch = "mipsel" ) , // may not match
153
+ all( target_os = "linux" , target_arch = "powerpc" ) , // may not match
153
154
target_os = "android" ) ) ] // may not match
154
155
mod signal {
155
156
use libc;
You can’t perform that action at this time.
0 commit comments