-
Notifications
You must be signed in to change notification settings - Fork 1k
adapt header for cc #7499
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
adapt header for cc #7499
Conversation
aitap
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may work with an older value of the feature test macro (e.g. POSIX.1-2001, so 200112L), but this is good enough and unbreaks cc() for you right now.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7499 +/- ##
=======================================
Coverage 99.04% 99.04%
=======================================
Files 87 87
Lines 16694 16707 +13
=======================================
+ Hits 16534 16547 +13
Misses 160 160 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Generated via commit 840deae Download link for the artifact containing the test results: ↓ atime-results.zip
|
|
Manual testing shows that POSIX.1-2001 feature test macro is not enough; it has to be POSIX.1-2008 or newer. |

Closes #7512
Follows #7428 since I cannot
cc()after that