rust-lang / miri

An interpreter for Rust's mid-level intermediate representation
Apache License 2.0
4.64k stars 349 forks source link

Android: Add support for epoll, eventfd #3996

Open YohDeadfall opened 4 weeks ago

YohDeadfall commented 4 weeks ago

Android is based on the Linux kernel, and its libc implementation has I/O notification APIs like epoll or eventfd. An implementation requires a bit of refactoring to avoid copy-pasting of this.

YohDeadfall commented 4 weeks ago

@rustbot claim