You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #627 - GuildMasterInfinite:master, r=alexcrichton
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).
0 commit comments