Skip to content

Commit 956a1c6

Browse files
committed
---
yaml --- r: 192209 b: refs/heads/master c: b6641c1 h: refs/heads/master i: 192207: 783ba60 v: v3
1 parent 8f44518 commit 956a1c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 0090e01f08f7ed564a62fb3cd2e3b652317d39d7
2+
refs/heads/master: b6641c1595687a6c7c8ba381b46b931a58a3ada4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a923278c6278c63468d74772c58dbf788e88f58c
55
refs/heads/try: ce76bff75603a754d092456285ff455eb871633d

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ fn min_stack_size(attr: *const libc::pthread_attr_t) -> libc::size_t {
343343
}
344344
}
345345

346-
// __pthread_get_minstack() is marked as weak but extern_weak linkage is
347-
// not supported on OS X, hence this kludge...
346+
// No point in looking up __pthread_get_minstack() on non-glibc
347+
// platforms.
348348
#[cfg(not(target_os = "linux"))]
349349
fn min_stack_size(_: *const libc::pthread_attr_t) -> libc::size_t {
350350
PTHREAD_STACK_MIN

0 commit comments

Comments
 (0)