Skip to content
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

Include sys::eventfd for target_os = "android" #1481

Merged
merged 1 commit into from
Jul 29, 2021
Merged

Include sys::eventfd for target_os = "android" #1481

merged 1 commit into from
Jul 29, 2021

Conversation

flxo
Copy link
Contributor

@flxo flxo commented Jul 26, 2021

Androids bionic supports eventfd. The libc crate also exposes eventfd for target android.

Extend the conditional compilation check to include the target_os "android".

Fixes #1480

Androids bionic supports eventfd. Extend the conditional compilation
check to include the target_os "android".

Fixes #1480
Copy link
Member

@asomers asomers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

@bors bors bot merged commit 62b227c into nix-rust:master Jul 29, 2021
@flxo flxo deleted the pr-android-eventfd branch July 30, 2021 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Eventfd module sys::eventfd should be exposed for target_os = android
2 participants