devela::_dep::rustix::termios

Function tcgetsid

pub fn tcgetsid<Fd>(fd: Fd) -> Result<Pid, Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

tcgetsid(fd)—Return the session ID of the current session with fd as its controlling terminal.

§References