Loading ares/ares_process.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -800,7 +800,7 @@ static int configure_socket(int s, ares_channel channel) { { nonblock(s, TRUE); nonblock(s, TRUE); #ifdef FD_CLOEXEC #if defined(FD_CLOEXEC) && !defined(MSDOS) /* Configure the socket fd as close-on-exec. */ /* Configure the socket fd as close-on-exec. */ if (fcntl(s, F_SETFD, FD_CLOEXEC) == -1) if (fcntl(s, F_SETFD, FD_CLOEXEC) == -1) return -1; return -1; Loading Loading
ares/ares_process.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -800,7 +800,7 @@ static int configure_socket(int s, ares_channel channel) { { nonblock(s, TRUE); nonblock(s, TRUE); #ifdef FD_CLOEXEC #if defined(FD_CLOEXEC) && !defined(MSDOS) /* Configure the socket fd as close-on-exec. */ /* Configure the socket fd as close-on-exec. */ if (fcntl(s, F_SETFD, FD_CLOEXEC) == -1) if (fcntl(s, F_SETFD, FD_CLOEXEC) == -1) return -1; return -1; Loading