We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libc::EPOLLONESHOT
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
epoll EPOLLONESHOT is implemented since linux kernel 2.6.2, but on android platform EPOLLONESHOT is missing in rust libc.
Should be an bug in rust libc implementation. Because EPOLLONESHOT is available on android platform. see https://doc.rust-lang.org/libc/arm-linux-androideabi/libc/index.html?search=EPOLLONESHOT
The text was updated successfully, but these errors were encountered:
Ah yeah if bindings aren't present that just means that they haven't been added yet, feel free to submit a PR!
Sorry, something went wrong.
Which android versions are supported by rust libc? Currently since android ndk 21 (android 5) EPOLLONESHOT is available.
We typically use the latest when it's written down, and this can be updated at any time
Auto merge of #619 - gdf8gdn8:fixed-missing-epolloneshot-android, r=a…
edbc1f1
…lexcrichton Fixed missing EPOLLONESHOT for android resolve #548
Successfully merging a pull request may close this issue.
epoll EPOLLONESHOT is implemented since linux kernel 2.6.2, but on android platform EPOLLONESHOT is missing in rust libc.
Should be an bug in rust libc implementation.
Because EPOLLONESHOT is available on android platform.
see https://doc.rust-lang.org/libc/arm-linux-androideabi/libc/index.html?search=EPOLLONESHOT
The text was updated successfully, but these errors were encountered: