Uh oh!
There was an error while loading. Please reload this page.
[Android] Fix leftover direct invocation of clock_nanosleep - #65373
Merged
akoeplinger merged 1 commit intoFeb 15, 2022
Merged
Conversation
simonrozsival
requested review from
SamMonoRT, imhameed, lambdageek and vargaz
as code ownersFebruary 15, 2022 13:19
vargaz
approved these changes
Feb 15, 2022
akoeplinger
approved these changes
Feb 15, 2022
akoeplinger
commented
Feb 15, 2022
Member
Failures are unrelated. |
akoeplinger pushed a commit
to mono/mono
that referenced
this pull request
Feb 17, 2022
akoeplinger pushed a commit
to akoeplinger/mono
that referenced
this pull request
Feb 17, 2022
…ono#21433) Fixesdotnet/android#6600 Backported from dotnet/runtime#64679 and dotnet/runtime#65373 (cherry picked from commit 36daf03)
akoeplinger added a commit
to mono/mono
that referenced
this pull request
Feb 17, 2022
…osleep (#21435) * [Android] Workaround for invalid return value from clock_nanosleep (#21433) Fixesdotnet/android#6600 Backported from dotnet/runtime#64679 and dotnet/runtime#65373 (cherry picked from commit 36daf03) * Fix Windows build Co-authored-by: Simon Rozsival <simon@rozsival.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a follow-up of #64679
I realized that one invocation of
clock_nanosleepwasn't replaced withg_clock_nanosleep.