Skip to content

Commit cb3fcca

Browse files
committed
---
yaml --- r: 173481 b: refs/heads/master c: e9908da h: refs/heads/master i: 173479: 55d09cf v: v3
1 parent 0dc988e commit cb3fcca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: d48fa78694a4403837a9e0b5df3f1f6c0abf1e84
2+
refs/heads/master: e9908da0d7cf881391c37ff10bb5573f2d8a4198
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 210f0dcf007104240b2e286ed0b80cb4a61d7bae
55
refs/heads/try: 957472483d3a2f43c0e4f7c2056280a1022af93c

trunk/src/libstd/sys/unix/stack_overflow.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ mod imp {
150150
all(target_os = "linux", target_arch = "aarch64"),
151151
all(target_os = "linux", target_arch = "mips"), // may not match
152152
all(target_os = "linux", target_arch = "mipsel"), // may not match
153+
all(target_os = "linux", target_arch = "powerpc"), // may not match
153154
target_os = "android"))] // may not match
154155
mod signal {
155156
use libc;

0 commit comments

Comments
 (0)