Closed
Description
Rust removed its workarounds for missing CLOEXEC support in old Linux versions in rust-lang/rust#74606, so we can remove the corresponding workarounds in cap-std
as well. See ensure_cloexec
and related functions.
Rust removed its workarounds for missing CLOEXEC support in old Linux versions in rust-lang/rust#74606, so we can remove the corresponding workarounds in cap-std
as well. See ensure_cloexec
and related functions.