We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e4c7e commit de0510aCopy full SHA for de0510a
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: e2479b8cac0e4f5822e768f8ee8c735e87702712
+refs/heads/master: 81fadbbc4182c5a34e0d2ff698471abfc1ec0e33
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
trunk/src/libstd/rt/heap.rs
@@ -25,7 +25,7 @@ extern {
25
}
26
27
// -lpthread needs to occur after -ljemalloc, the earlier argument isn't enough
28
-#[cfg(not(windows))]
+#[cfg(not(windows), not(target_os = "android"))]
29
#[link(name = "pthread")]
30
extern {}
31
0 commit comments