Skip to content

Commit de0510a

Browse files
committed
---
yaml --- r: 113996 b: refs/heads/master c: 81fadbb h: refs/heads/master v: v3
1 parent 18e4c7e commit de0510a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: e2479b8cac0e4f5822e768f8ee8c735e87702712
2+
refs/heads/master: 81fadbbc4182c5a34e0d2ff698471abfc1ec0e33
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
55
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17

trunk/src/libstd/rt/heap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern {
2525
}
2626

2727
// -lpthread needs to occur after -ljemalloc, the earlier argument isn't enough
28-
#[cfg(not(windows))]
28+
#[cfg(not(windows), not(target_os = "android"))]
2929
#[link(name = "pthread")]
3030
extern {}
3131

0 commit comments

Comments
 (0)