devela::_dep::rustix::fs

Function fcntl_get_seals

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

fcntl(fd, F_GET_SEALS)

§References