Searched refs:fileflags (Results 1 – 1 of 1) sorted by relevance
622 int fileflags; in add_new_socket() local642 fileflags = fcntl(c->fd, F_GETFL, 0); in add_new_socket()643 fcntl(c->fd, F_SETFL, fileflags | O_NONBLOCK); in add_new_socket()