Skip to content

Commit 56e8db0

Browse files
committed
Fix feature typo
1 parent 04f8a60 commit 56e8db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/linux_like/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,7 @@ cfg_if! {
18421842
}
18431843

18441844
cfg_if! {
1845-
if #[cfg(not(any(target_env = "ulibc", target_env = "musl")))] {
1845+
if #[cfg(not(any(target_env = "uclibc", target_env = "musl")))] {
18461846
extern "C" {
18471847
pub fn preadv64(
18481848
fd: ::c_int,

0 commit comments

Comments
 (0)