nix icon indicating copy to clipboard operation
nix copied to clipboard

feat: add CLONE_NEWTIME flag for Linux

Open SteveLauC opened this issue 10 months ago • 0 comments
trafficstars

What does this PR do

Add CLONE_NEWTIME for Linux. Related to #2574

This PR only adds it for the GNU target, the musl support is blocked by https://github.com/rust-lang/libc/pull/4226

Checklist:

  • [x] I have read CONTRIBUTING.md

  • [x] I have written necessary tests and rustdoc comments

  • [ ] A change log has been added if this PR modifies nix's API

    Will add the changelog entry once the musl support is added

SteveLauC avatar Jan 03 '25 05:01 SteveLauC