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

fix mingw strerror_r issue #460

Merged
merged 2 commits into from
Oct 4, 2023
Merged

fix mingw strerror_r issue #460

merged 2 commits into from
Oct 4, 2023

Conversation

ahmed-irfan
Copy link
Member

strerror_r is not available under windows.

This PR fixes this by using strerror (thread safe under windows)

@coveralls
Copy link

Coverage Status

coverage: 65.098%. remained the same when pulling 0401d9f on fix-strerror-mingw into ef6ccf7 on master.

@markpmitchell
Copy link
Contributor

Looks good to me.

@ahmed-irfan ahmed-irfan merged commit 3903130 into master Oct 4, 2023
20 checks passed
@ahmed-irfan ahmed-irfan deleted the fix-strerror-mingw branch October 4, 2023 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants