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

Don't test for sched_yield on Windows #48

Merged
merged 1 commit into from
Oct 11, 2014

Conversation

worr
Copy link
Contributor

@worr worr commented Oct 11, 2014

Only test for sched_yield on non-Windows platforms, since it breaks under MingW. sched_yield ought to be tested for on platforms other than Solaris, since it is required. Fixes #45.

@xfxyjwf xfxyjwf merged commit 20e0a61 into protocolbuffers:master Oct 11, 2014
TeBoring pushed a commit to TeBoring/protobuf that referenced this pull request Jan 19, 2019
make googlepb compile with gcc < 4.5.1
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.

Searching for sched_yield fails on MinGW.
2 participants