rust-lang / miri

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

Illumos: Add support for `epoll` and `eventfd` #4017

Open YohDeadfall opened 3 weeks ago

YohDeadfall commented 3 weeks ago

According to Illumos man pages, it supports epoll and eventfd. From libc crate it's fine too.

@rustbot label +A-solarish +C-enhancement @rustbot claim