File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
trunk/src/libstd/sys/unix Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 0090e01f08f7ed564a62fb3cd2e3b652317d39d7
2
+ refs/heads/master: b6641c1595687a6c7c8ba381b46b931a58a3ada4
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: a923278c6278c63468d74772c58dbf788e88f58c
5
5
refs/heads/try: ce76bff75603a754d092456285ff455eb871633d
Original file line number Diff line number Diff line change @@ -343,8 +343,8 @@ fn min_stack_size(attr: *const libc::pthread_attr_t) -> libc::size_t {
343
343
}
344
344
}
345
345
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 .
348
348
#[ cfg( not( target_os = "linux" ) ) ]
349
349
fn min_stack_size ( _: * const libc:: pthread_attr_t ) -> libc:: size_t {
350
350
PTHREAD_STACK_MIN
You can’t perform that action at this time.
0 commit comments