-
Notifications
You must be signed in to change notification settings - Fork 1.1k
linux_like: Add CLONE_PIDFD flag #2474
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
Conversation
r? @JohnTitor (rust-highfive has picked a reviewer for you, use r? to override) |
Seems Emscripten doesn't have it, does it? |
Hmm indeed. Does this mean that the definition needs to be moved to the |
Yes 👍 |
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.
Thanks!
@bors r+ |
📌 Commit 7ee7e14 has been approved by |
💔 Test failed - checks-actions |
Hmm, |
The UAPI version of sched.h contains the newest flags that may not have been added to the libc's sched.h yet (for example CLONE_PIDFD). It was alreaded included by test_android(), but was missing from test_linux().
I have added another commit to include |
Neat, @bors r+ |
📌 Commit e2638e3 has been approved by |
☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13 |
No description provided.