nix
nix copied to clipboard
sched::clone() adding argument related to parent/child PIDs and tls.
trafficstars
adding CLONE_PIDFD flag to set pid fd (with cloexec) on last argument.
What does this PR do
Checklist:
- [ ] I have read
CONTRIBUTING.md - [ ] I have written necessary tests and rustdoc comments
- [ ] A change log has been added if this PR modifies nix's API