-
Notifications
You must be signed in to change notification settings - Fork 689
Add support for ppoll() #517
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
Comments
@Susurrus it'd certainly be welcome! Any chance you'd be interested in adding it? I could walk you through it if so. |
Yeah, I'd like to get this added, but it looks like I'll first need to add Also, what should the function definition be? Given the consensus in #516 I would like to do: |
I can file an addition PR for #516 that will synchronize everything on using Duration, but I'm assuming the API discrepency will be acceptable in the short term? |
Just filed a PR for this for libc, but it'll probably take a couple of revisions nailing down what platforms actually support this (rust-lang/libc#537). |
Closed by 5d4967e |
poll()
is already included, butppoll()
would be nice too. Since there's a PR forpselect()
I figuredppoll()
would be suitable for inclusion as well.The text was updated successfully, but these errors were encountered: