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

Added epoll and eventfd for Android #4016

Merged
merged 4 commits into from
Nov 26, 2024

Conversation

YohDeadfall
Copy link
Contributor

Fixes #3996.

I decided not to move check_shim into the implementations because all these functions are no more than just shims over syscall. Moreover, eventfd is even used by the syscall implementation.

@RalfJung
Copy link
Member

RalfJung commented Nov 9, 2024

@rustbot author

@rustbot rustbot added the S-waiting-on-author Status: Waiting for the PR author to address review comments label Nov 9, 2024
@YohDeadfall
Copy link
Contributor Author

@rustbot review

@rustbot rustbot added S-waiting-on-review Status: Waiting for a review to complete and removed S-waiting-on-author Status: Waiting for the PR author to address review comments labels Nov 11, 2024
@bors
Copy link
Contributor

bors commented Nov 11, 2024

☔ The latest upstream changes (presumably #4029) made this pull request unmergeable. Please resolve the merge conflicts.

@bors
Copy link
Contributor

bors commented Nov 13, 2024

☔ The latest upstream changes (presumably #3939) made this pull request unmergeable. Please resolve the merge conflicts.

@YohDeadfall YohDeadfall force-pushed the android-epoll branch 2 times, most recently from a27dced to e3a980c Compare November 19, 2024 10:28
@bors
Copy link
Contributor

bors commented Nov 22, 2024

☔ The latest upstream changes (presumably #4049) made this pull request unmergeable. Please resolve the merge conflicts.

@RalfJung
Copy link
Member

Thanks!

@RalfJung RalfJung added this pull request to the merge queue Nov 26, 2024
Merged via the queue into rust-lang:master with commit 82ed49e Nov 26, 2024
7 checks passed
@YohDeadfall YohDeadfall deleted the android-epoll branch November 26, 2024 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Waiting for a review to complete
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android: Add support for epoll, eventfd
5 participants