[][src]Function linux::syscall::fremovexattr

pub fn fremovexattr(fd: c_int, name: KStr) -> c_int

Removes an extended attribute of a file descriptor.

[argument, fd] The file descriptor.

[argument, name] The name of the attribute.

[return_value] Returns success or an error value.

= See also

  • link:man:fremovexattr(2)