Skip to content

Commit c870ca6

Browse files
committed
Update
1 parent 50ed6cb commit c870ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/sys/unix/thread.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ pub mod guard {
426426
}
427427

428428
// glibc >= 2.15 has a __pthread_get_minstack() function that returns
429-
// PTHREAD_STACK_MIN plus how many bytes are needed for thread-local
430-
// storage. We need that information to avoid blowing up when a small stack
429+
// PTHREAD_STACK_MIN plus bytes needed for thread-local storage.
430+
// We need that information to avoid blowing up when a small stack
431431
// is created in an application with big thread-local storage requirements.
432432
// See #6233 for rationale and details.
433433
#[cfg(target_os = "linux")]

0 commit comments

Comments
 (0)