-
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
linux musl adding PIDFD_NONBLOCK
constant.
#3003
Conversation
r? @JohnTitor (rust-highfive has picked a reviewer for you, use r? to override) |
Could you add them to https://github.com/rust-lang/libc/blob/master/libc-test/semver/linux-musl.txt? |
515a816
to
b9dbd5e
Compare
@bors r+ |
linux musl adding `PIDFD_NONBLOCK` constant. closes #3002
💔 Test failed - checks-actions |
@@ -590,6 +590,9 @@ pub const EFD_NONBLOCK: ::c_int = ::O_NONBLOCK; | |||
|
|||
pub const SFD_NONBLOCK: ::c_int = ::O_NONBLOCK; | |||
|
|||
pub const SOCK_NONBLOCK: ::c_int = O_NONBLOCK; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems we already have SOCK_NONBLOCK
b9dbd5e
to
7ba33fd
Compare
@bors r+ |
linux musl adding `PIDFD_NONBLOCK` constant. closes #3002
💔 Test failed - checks-actions |
7ba33fd
to
0993260
Compare
@bors r+ |
1 similar comment
@bors r+ |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13, checks-cirrus-freebsd-14 |
closes #3002