We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ddca37 + 2d0668d commit 9c44757Copy full SHA for 9c44757
library/std/src/sys/pal/unix/pipe.rs
@@ -20,6 +20,7 @@ pub fn anon_pipe() -> io::Result<(AnonPipe, AnonPipe)> {
20
// and musl 0.9.3, and some other targets also have it.
21
cfg_select! {
22
any(
23
+ target_os = "android",
24
target_os = "dragonfly",
25
target_os = "freebsd",
26
target_os = "hurd",
0 commit comments