nix icon indicating copy to clipboard operation
nix copied to clipboard

`pidfd_getfd`, `pid_open` and `pidfd_send_signal`

Open JonathanWoollett-Light opened this issue 3 years ago • 0 comments
trafficstars

Implemented pidfd_getfd, pid_open and pidfd_send_signal.

It seems PIDFD_NONBLOCK is missing from libc on musl toolchains: https://github.com/rust-lang/libc/issues/3002.

Previously blocked on https://github.com/nix-rust/nix/pull/1962, https://github.com/rust-lang/libc/pull/3012 and https://github.com/rust-lang/libc/issues/3026.

JonathanWoollett-Light avatar Nov 16 '22 23:11 JonathanWoollett-Light