Function lrs::syscall::fremovexattr

Removes an extended attribute of a file descriptor.

Syntax

fn fremovexattr(fd: i32, name: &CStr) -> i32

Arguments

NameDescription
fd

The file descriptor.

name

The name of the attribute.

Return value

Returns success or an error value.

See also