rust/library/std
The8472 d854789ce1 Do not attempt to unlock envlock in child process after a fork.
This is a breaking change for cases where the environment is
accessed in a Command::pre_exec closure. Except for
single-threaded programs these uses were not correct
anyway since they aren't async-signal safe.
2021-03-09 22:14:07 +01:00
..
benches
src Do not attempt to unlock envlock in child process after a fork. 2021-03-09 22:14:07 +01:00
tests
build.rs
Cargo.toml Bump libc dependency of std to 0.2.88. 2021-03-05 20:54:14 +01:00