Function rustix::fs::fcntl::fcntl_get_seals

source ·
pub fn fcntl_get_seals<Fd: AsFd>(fd: Fd) -> Result<SealFlags>
Expand description

fcntl(fd, F_GET_SEALS)

References