devela::_dep::rustix::process

Function set_child_subreaper

pub fn set_child_subreaper(pid: Option<Pid>) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

Set the child subreaper attribute of the calling process.

§References