compio-rs / compio

A thread-per-core Rust runtime with IOCP/io_uring/polling.
MIT License
420 stars 37 forks source link

fix(driver): use statx only on linux-gnu #235

Closed Berrysoft closed 7 months ago

Berrysoft commented 7 months ago

statx should only be used for *-linux-gnu targets.