pub fn clear_fd_flags(fd: RawFd, clear_flags: c_int) -> Result<()>
Clears the given flags in the FD’s flags.
Returns an error if the OS indicates the flags can’t be retrieved or set.