Mark pipe2 supported in Android
Android has supported pipe2 since 2010, long before the current min SDK.
This commit is contained in:
parent
3c91be712d
commit
2d0668d37c
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ pub fn anon_pipe() -> io::Result<(AnonPipe, AnonPipe)> {
|
|||
// and musl 0.9.3, and some other targets also have it.
|
||||
cfg_select! {
|
||||
any(
|
||||
target_os = "android",
|
||||
target_os = "dragonfly",
|
||||
target_os = "freebsd",
|
||||
target_os = "hurd",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue