diff --git a/src/sys/mod.rs b/src/sys/mod.rs index a450ac5f65..10705f8afe 100644 --- a/src/sys/mod.rs +++ b/src/sys/mod.rs @@ -2,7 +2,7 @@ #[cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "ios", - not(all(target_os = "linux", target_env = "uclibc")), + all(target_os = "linux", not(target_env = "uclibc")), target_os = "macos", target_os = "netbsd"))] pub mod aio;