mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
Mark pipe2 supported in Android
Android has supported pipe2 since 2010, long before the current min SDK.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user