Module base::sys::unix::fcntl

source ·

Functions

  • Performs a logical OR of the given flags with the FD’s flags, setting the given bits for the FD.
  • Clears the given flags in the FD’s flags.
  • Returns the file flags set for the given RawFD
  • Sets the file flags set for the given RawFD.