_user_fcntl
status_t _user_fcntl(int fd, int op, size_t argument);
return (kernelFD ? _kern_fcntl : _user_fcntl)(fd, F_SETFL, argument);