Removes an extended attribute of a file descriptor.
fn fremovexattr(fd: i32, name: &CStr) -> i32
The file descriptor.
The name of the attribute.
Returns success or an error value.
fremovexattr(2)