Define _POSIX_VDISABLE on Android to fix doc test

This commit is contained in:
Ryan Zoeller 2022-02-27 09:54:15 -06:00
parent 6123083a47
commit 1a2ee3da30

View File

@ -497,7 +497,8 @@ impl SpecialCharacterIndices {
}
pub use libc::NCCS;
#[cfg(any(target_os = "dragonfly",
#[cfg(any(target_os = "android",
target_os = "dragonfly",
target_os = "freebsd",
target_os = "linux",
target_os = "macos",