rustix::termiosFunction tcgetsid
Source pub fn tcgetsid<Fd: AsFd>(fd: Fd) -> Result<Pid>
Available on crate feature termios
only.
Expand description
tcgetsid(fd)
—Return the session ID of the current session with fd
as
its controlling terminal.
§References