devela::_dep::rustix::fs

Function lremovexattr

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

lremovexattr(path, name)—Remove an extended filesystem attribute, without following symlinks in the last path component.

§References