pub fn setsid() -> Result<Pid, Errno>
Expand description

Create new session and set process group id (see setsid(2)).