devela::_dep::rustix::pty

Function unlockpt

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

unlockpt(fd)—Unlock a pseudoterminal.

§References