-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 new constants to be used in (linux) sysctl #3423
Conversation
r? @JohnTitor (rustbot has picked a reviewer for you, use r? to override) |
CI fails, could you see if the header is imported and if so, skip tests on libc-test? |
6b1cb2c
to
c370b10
Compare
Interestingly enough, there are minor differences between linux and android in these constants ( |
@bors r+ |
Add new constants to be used in (linux) sysctl I started using `sysctl` and realized that most constants for it are actually not defined in linux so I added them.
💔 Test failed - checks-actions |
c370b10
to
7daf1dc
Compare
Seems like |
👍 @bors r+ |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14 |
Thanks! |
88: Automated pull from `rust-lang/libc` r=Dajamante a=github-actions[bot] This PR pulls the following changes from the [`rust-lang/libc`](/~https://github.com/rust-lang/libc) repository: * rust-lang/libc#3423 * rust-lang/libc#3390 Co-authored-by: David Carlier <devnexen@gmail.com> Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com> Co-authored-by: bors <bors@rust-lang.org> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
I started using
sysctl
and realized that most constants for it are actually not defined in linux so I added them.