We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50a3be commit e037053Copy full SHA for e037053
src/sys/mod.rs
@@ -2,7 +2,7 @@
2
#[cfg(any(target_os = "dragonfly",
3
target_os = "freebsd",
4
target_os = "ios",
5
- not(all(target_os = "linux", target_env = "uclibc")),
+ all(target_os = "linux", not(target_env = "uclibc")),
6
target_os = "macos",
7
target_os = "netbsd"))]
8
pub mod aio;
0 commit comments