F_GETFD
FCNTL_INFO_ENTRY(F_GETFD),
if (fcntl(STDIN_FILENO, F_GETFD) != -1) {
i = fcntl(fd, F_GETFD);
case F_GETFD:
int flags = __fcntl (fd, F_GETFD);
int flags = fcntl(sock, F_GETFD);