pub const SYS_SETSID: usize = 319;
Create a new session and set the process group ID.
Returns the new session ID. The calling process becomes the session leader with a new process group.