mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
72d275d844
Use posix_spawn on musl targets The posix_spawn had been available in a form suitable for use in a Command implementation since musl 0.9.12. Use it in a preference to a fork when possible, to benefit from CLONE_VM|CLONE_VFORK used there.