devela::_dep::rustix::fs

Function fremovexattr

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

fremovexattr(fd, name)—Remove an extended filesystem attribute on an open file descriptor.

§References