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

Remove references to HAVE_PTHREAD #9100

Merged
merged 1 commit into from
Oct 15, 2021

Commits on Oct 13, 2021

  1. Remove references to HAVE_PTHREAD

    This is based on @haberman's changes in protocolbuffers#8257. Now that we're using
    std::mutex we no longer need to check whether pthreads are available, so
    this commit removes references to HAVE_PTHREAD. I left the autotools
    build alone, though, since we are likely to drop support for it soon
    anyway.
    acozzette committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    e713eda View commit details
    Browse the repository at this point in the history