common_fcntl
return common_fcntl(fd, op, argument, true);
status_t status = common_fcntl(fd, op, argument, false);
common_fcntl(fds[0], F_SETFL, flags & O_NONBLOCK, false);
return common_fcntl(fd, op, argument, true);