Functions§
- add_
fd_ flags - Performs a logical OR of the given flags with the FD’s flags, setting the given bits for the FD.
- clear_
fd_ flags - Clears the given flags in the FD’s flags.
- get_
fd_ 🔒flags - Returns the file flags set for the given
RawFD - set_
fd_ 🔒flags - Sets the file flags set for the given
RawFD.