devela::_dep::rustix::process

Function pidfd_send_signal

pub fn pidfd_send_signal<Fd>(pidfd: Fd, sig: Signal) -> Result<(), Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

syscall(SYS_pidfd_send_signal, pidfd, sig, NULL, 0)—Send a signal to a process specified by a file descriptor.

§References