Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

std::pal::unix::thread fetching min stack size on netbsd. #125577

Merged
merged 1 commit into from
Jun 2, 2024

Commits on May 26, 2024

  1. 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.
    devnexen committed May 26, 2024
    Configuration menu
    Copy the full SHA
    073e5d4 View commit details
    Browse the repository at this point in the history