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 25, 2024
1 parent 08d3df7 commit 6ffab02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/unix/waker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ mod eventfd {
#[cfg(all(
not(mio_unsupported_force_waker_pipe),
any(
mio_unsupported_force_poll_poll,
target_os = "android",
target_os = "espidf",
target_os = "hermit",
target_os = "linux",
)
))]
pub(crate) use self::eventfd::WakerInternal;
Expand Down

0 comments on commit 6ffab02

Please sign in to comment.