Skip to content

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