Skip to content

Commit 1031540

Browse files
authored
Rollup merge of #146017 - maurer:pipe2, r=Mark-Simulacrum
Mark pipe2 supported in Android Android has supported pipe2 since 2010, long before the current min SDK.
2 parents ed0c091 + 2d0668d commit 1031540

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/pal/unix

1 file changed

+1
-0
lines changed

library/std/src/sys/pal/unix/pipe.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pub fn anon_pipe() -> io::Result<(AnonPipe, AnonPipe)> {
2020
// and musl 0.9.3, and some other targets also have it.
2121
cfg_select! {
2222
any(
23+
target_os = "android",
2324
target_os = "dragonfly",
2425
target_os = "freebsd",
2526
target_os = "hurd",

0 commit comments

Comments
 (0)