Sets an extended attribute of a file descriptor.
fn fsetxattr(fd: i32, name: &CStr, val: &[u8], flags: i32) -> i32
| Name | Description |
|---|---|
| fd | The file descriptor. |
| name | The name of the attribute. |
| val | The value of the attribute. |
| flags | The flags used while setting the attribute. |
Returns success or an error value.