Skip to content

Commit

Permalink
Fix mio_unsupported_force_poll_poll on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed May 26, 2024
1 parent a4f80c9 commit cf52194
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sys/unix/waker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,9 @@ mod eventfd {
#[cfg(all(
not(mio_unsupported_force_waker_pipe),
any(
target_os = "android",
mio_unsupported_force_poll_poll,
target_os = "espidf",
target_os = "hermit",
target_os = "linux",
)
))]
pub(crate) use self::eventfd::WakerInternal;
Expand Down

0 comments on commit cf52194

Please sign in to comment.