Mark pipe2 supported in Android

Android has supported pipe2 since 2010, long before the current min SDK.
This commit is contained in:
Matthew Maurer 2025-08-28 23:03:25 +00:00
parent 3c91be712d
commit 2d0668d37c

View file

@ -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",