Android: Add support for epoll, eventfd #3996
Labels
A-android
Area: Android targets
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
Android is based on the Linux kernel, and its
libc
implementation has I/O notification APIs likeepoll
oreventfd
. An implementation requires a bit of refactoring to avoid copy-pasting of this.The text was updated successfully, but these errors were encountered: