Function lrs::syscall::lremovexattr

Removes an extended attribute of a file without following symlinks.

Syntax

fn lremovexattr(path: &CStr, name: &CStr) -> i32

Arguments

NameDescription
path

The path of the file.

name

The name of the attribute.

Return value

Returns success or an error value.

See also