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

BUG: threads.h existence test requires GLIBC > 2.12. #18357

Merged
merged 1 commit into from Feb 7, 2021

Conversation

charris
Copy link
Member

@charris charris commented Feb 7, 2021

Backport of #18180.

  • defined(STDC_NO_THREADS) can be trusted only when using glibc > 2.12

  • Add GLIBC defined check.

Closes #18179

* defined(__STDC_NO_THREADS__) can be trusted only when using glibc > 2.12

* Add __GLIBC__ defined check.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants