From 4da88182912e9e4cf2bc2532309943b9c3c018f9 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Thu, 16 Jan 2014 21:08:17 +0100 Subject: Fixed SIGPIPE on cSocket::Send(). --- src/OSSupport/BlockingTCPLink.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/OSSupport/BlockingTCPLink.cpp') diff --git a/src/OSSupport/BlockingTCPLink.cpp b/src/OSSupport/BlockingTCPLink.cpp index 55454a4b5..08aec0c65 100644 --- a/src/OSSupport/BlockingTCPLink.cpp +++ b/src/OSSupport/BlockingTCPLink.cpp @@ -7,17 +7,6 @@ -#ifdef _WIN32 - #define MSG_NOSIGNAL (0) -#endif -#ifdef __MACH__ - #define MSG_NOSIGNAL (0) -#endif - - - - - cBlockingTCPLink::cBlockingTCPLink(void) { } -- cgit v1.2.3