Skip to content

Commit 6ffab02

Browse files
committed
Fix mio_unsupported_force_poll_poll on Linux
1 parent 08d3df7 commit 6ffab02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sys/unix/waker.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ mod eventfd {
152152
#[cfg(all(
153153
not(mio_unsupported_force_waker_pipe),
154154
any(
155+
mio_unsupported_force_poll_poll,
155156
target_os = "android",
156157
target_os = "espidf",
157158
target_os = "hermit",
158-
target_os = "linux",
159159
)
160160
))]
161161
pub(crate) use self::eventfd::WakerInternal;

0 commit comments

Comments
 (0)