fremovexattr

Function fremovexattr 

Source
pub fn fremovexattr<S>(fd: RawFd, name: S) -> Result<()>
where S: AsRef<OsStr>,
Expand description

Removes the extended attribute identified by name and associated with the file specified by the open file descriptor fd.

For more information, see fremovexattr(2)