Sets the file status flags of a file descriptor.
fn fcntl_setfl(fd: i32, arg: i32) -> i32
The file descriptor to modify.
The new file status flags.
Returns success or an error value.
fcntl(2) and F_SETFL therein