Module fcntl

Source

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.