devela::_dep::rustix::fs

Function removexattr

pub fn removexattr<P, Name>(path: P, name: Name) -> Result<(), Errno> 
where P: Arg, Name: Arg,
Available on crate feature dep_rustix only.
Expand description

removexattr(path, name)—Remove an extended filesystem attribute.

§References