Add comment explaining when posix_spawn() can be supported.
This commit is contained in:
@@ -242,6 +242,8 @@ impl Command {
|
|||||||
Ok(None)
|
Ok(None)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Only support platforms for which posix_spawn() can return ENOENT
|
||||||
|
// directly.
|
||||||
#[cfg(any(target_os = "macos", target_os = "freebsd"))]
|
#[cfg(any(target_os = "macos", target_os = "freebsd"))]
|
||||||
fn posix_spawn(&mut self, stdio: &ChildPipes, envp: Option<&CStringArray>)
|
fn posix_spawn(&mut self, stdio: &ChildPipes, envp: Option<&CStringArray>)
|
||||||
-> io::Result<Option<Process>>
|
-> io::Result<Option<Process>>
|
||||||
|
|||||||
Reference in New Issue
Block a user