devela::_dep::rustix::process

Function getsid

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

getsid(pid)—Get the session ID of the given process.

§References