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

Add some constants to libc #316

Closed
3 tasks done
kamalmarhubi opened this issue Mar 16, 2016 · 2 comments
Closed
3 tasks done

Add some constants to libc #316

kamalmarhubi opened this issue Mar 16, 2016 · 2 comments

Comments

@kamalmarhubi
Copy link
Member

kamalmarhubi commented Mar 16, 2016

NB This issue describes making changes to the libc crate, not to nix. The issue is here because these are constants we'd like to use from libc as part of work on #264, but are not yet available in the libc crate.

I've been going through bitflags as part of #315, and taking note of some places where we need to get constants upstreamed.

@posborne
Copy link
Member

I have a PR open for sys:socket::consts::SOL_*: rust-lang/libc#228 although those are not flags.

@kamalmarhubi
Copy link
Member Author

Definitely add any non-flags up above too. I'm just looking at flags quite closely because of #315.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants