Loading system/vendor_libs/test_vendor_lib/net/posix/posix_async_socket.cc +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ PosixAsyncSocket::PosixAsyncSocket(int fd, AsyncManager* am) fcntl(fd, F_SETFL, flags | O_NONBLOCK); flags = fcntl(fd, F_GETFD); fcntl(fd, F_SETFD, flags | O_CLOEXEC); fcntl(fd, F_SETFD, flags | FD_CLOEXEC); #ifdef SO_NOSIGPIPE // Disable SIGPIPE generation on Darwin. Loading Loading
system/vendor_libs/test_vendor_lib/net/posix/posix_async_socket.cc +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ PosixAsyncSocket::PosixAsyncSocket(int fd, AsyncManager* am) fcntl(fd, F_SETFL, flags | O_NONBLOCK); flags = fcntl(fd, F_GETFD); fcntl(fd, F_SETFD, flags | O_CLOEXEC); fcntl(fd, F_SETFD, flags | FD_CLOEXEC); #ifdef SO_NOSIGPIPE // Disable SIGPIPE generation on Darwin. Loading