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

Not able to find SysconfVar::_SC_NPROCESSORS_ONLN in nix #1240

Closed
sidkshatriya opened this issue May 16, 2020 · 1 comment · Fixed by #1761
Closed

Not able to find SysconfVar::_SC_NPROCESSORS_ONLN in nix #1240

sidkshatriya opened this issue May 16, 2020 · 1 comment · Fixed by #1761

Comments

@sidkshatriya
Copy link

This is available in the libc crate as libc::_SC_NPROCESSORS_ONLN on Linux but not available in nix.

@asomers
Copy link
Member

asomers commented May 16, 2020

New sysconf variables get added all the time. Feel free to open a PR to add this one.

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 a pull request may close this issue.

2 participants