Function lrs::syscall::removexattr

Removes an extended attribute of a file.

Syntax

fn removexattr(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