-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
_SC_NPROCESSORS_ONLN may not be reliable on Android #34
Comments
Sounds like a reasonable change to me, then. |
#45 had to be reverted, |
Sorry my pull request did not work, I submitted a pull request to Once the pull request gets accepted, perhaps this issue could finally be closed. |
bors
added a commit
to rust-lang/libc
that referenced
this issue
Jun 24, 2017
Add missing Android constant This pull requests add the `_SC_NPROCESSORS_CONF` constant to `libc` for Android targets. The similar `_SC_NPROCESSORS_ONLN` already existed. The reason for adding only this constant is to help fix an [issue with `num_cpus`](seanmonstar/num_cpus#34).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quoting from
mozilla.dev.platform
:The text was updated successfully, but these errors were encountered: