mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
fb3edb2fc7
pipe2 allows the newly-created pipe to atomically be CLOEXEC. pipe2 was added to illumos a long time ago: https://github.com/illumos/illumos-gate/commit/5dbfd19ad5fcc2b779f40f80fa05c1bd28fd0b4e. I've verified that this change passes all tests.