devela::_dep::rustix::fs

Function fcntl_add_seals

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

fcntl(fd, F_ADD_SEALS)

§References