Skip to content

Commit

Permalink
fix for bad cfg logic
Browse files Browse the repository at this point in the history
  • Loading branch information
skrap committed Dec 7, 2021
1 parent f50a3be commit e037053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e037053

Please sign in to comment.