Uh oh!
There was an error while loading. Please reload this page.
[mono] Allow uses of pthread_condattr_setclock on Apple and Android - #58884
[mono] Allow uses of pthread_condattr_setclock on Apple and Android#58884lambdageek wants to merge 1 commit into
Conversation
For Android, it seems like this was broken prior to NDK r21, but we require r21 as a minimum now. For ios it was not available prior to ios 10, which is also our minimumm now.
ghost
commented
Sep 9, 2021
Tagging subscribers to this area: Issue DetailsFor Android, it seems like this was broken prior to NDK r21, but we require r21 For ios it was not available prior to ios 10, which is also our minimumm now. Fixes #58737
|
lambdageek
commented
Sep 9, 2021
Actually doesn't look like apple have |
lambdageek
commented
Sep 9, 2021
Oh, maybe I misunderstood @akoeplinger - So we would want to use |
ghost
commented
Oct 9, 2021
Draft Pull Request was automatically closed for inactivity. Please let us know if you'd like to reopen it. |
For Android, it seems like this was broken prior to NDK r21, but we require r21
as a minimum now.
For ios it was not available prior to ios 10, which is also our minimumm now.
Fixes#58737