diff --git a/src/event/select.rs b/src/event/select.rs index 7e2886965..c9ca9943e 100644 --- a/src/event/select.rs +++ b/src/event/select.rs @@ -29,6 +29,7 @@ use windows_sys::Win32::Networking::WinSock::FD_SET; /// Storage element type for use with [`select`]. #[cfg(any( + linux_like, windows, all( target_pointer_width = "64", @@ -41,6 +42,7 @@ pub struct FdSetElement(pub(crate) u64); /// Storage element type for use with [`select`]. #[cfg(not(any( + linux_like, windows, target_os = "wasi", all(