pub unsafe extern "C" fn fd_fdstat_set_flags(
    arg0: i32,
    arg1: i32
) -> i32
Expand description

Adjust the flags associated with a file descriptor. Note: This is similar to fcntl(fd, F_SETFL, flags) in POSIX.