mirror of
https://github.com/jiangcuo/nix.git
synced 2026-02-05 22:54:12 +00:00
Define _POSIX_VDISABLE on Android to fix doc test
This commit is contained in:
parent
6123083a47
commit
1a2ee3da30
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user