[][src]Function linux::syscall::removexattr

pub fn removexattr(path: KStr, name: KStr) -> c_int

Removes an extended attribute of a file.

[argument, path] The path of the file.

[argument, name] The name of the attribute.

[return_value] Returns success or an error value.

= See also

  • link:man:removexattr(2)