fcntl 527 lib/common/io.c int flag = fcntl(fd, F_GETFL); fcntl 532 lib/common/io.c if (fcntl(fd, F_SETFL, flag | O_NONBLOCK) < 0) {