Skip to content

Commit 1054a8d

Browse files
committed
Fix mio_unsupported_force_poll_poll on Linux
1 parent 73a70a6 commit 1054a8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sys/unix/waker.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,9 @@ mod eventfd {
166166
#[cfg(all(
167167
not(mio_unsupported_force_waker_pipe),
168168
any(
169-
target_os = "android",
169+
mio_unsupported_force_poll_poll,
170170
target_os = "espidf",
171171
target_os = "hermit",
172-
target_os = "linux",
173172
)
174173
))]
175174
pub(crate) use self::eventfd::WakerInternal;

0 commit comments

Comments
 (0)