rust-lang / miri

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

Android: Add support for I/O notifications #3996

Open YohDeadfall opened 3 hours ago

YohDeadfall commented 3 hours 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 3 hours ago

@rustbot claim