[][src]Function linux::syscall::getsid

pub fn getsid(pid: pid_t) -> pid_t

Get the session id of a process.

[argument, pid] The process whose session id to return.

= See also

  • link:man:getsid(2)