rustix::backend::process::syscalls

Function pidfd_send_signal

Source
pub(crate) fn pidfd_send_signal(fd: BorrowedFd<'_>, sig: Signal) -> Result<()>