We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ed6cb commit c870ca6Copy full SHA for c870ca6
src/libstd/sys/unix/thread.rs
@@ -426,8 +426,8 @@ pub mod guard {
426
}
427
428
// 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
+// PTHREAD_STACK_MIN plus bytes needed for thread-local storage.
+// We need that information to avoid blowing up when a small stack
431
// is created in an application with big thread-local storage requirements.
432
// See #6233 for rationale and details.
433
#[cfg(target_os = "linux")]
0 commit comments