devela::_dep::rustix::fsFunction lremovexattr
pub fn lremovexattr<P, Name>(path: P, name: Name) -> Result<(), Errno> ⓘ
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