mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 02:40:40 +00:00

std::pal::unix::thread fetching min stack size on netbsd. PTHREAD_STACK_MIN is not defined however sysconf/_SC_THREAD_STACK_MIN returns it as it can vary from arch to another.