changeset 932:d1158c724281 draft

Revert "Define MSG_NOSIGNAL to 0 on platforms where it is unavailable." This reverts commit 6a0296791d5e81102a12a3142f5be25cb40f9825. The change breaks build on Fedora Linux.
author Jeff Garzik <jeff@garzik.org>
date Tue, 06 Sep 2011 16:19:54 -0400 (2011-09-06)
parents c58b5a011b7b
children b85b74cbbad6
files src/util.h
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/util.h
+++ b/src/util.h
@@ -81,10 +81,8 @@
     return u.ptr;
 }
 
-#ifndef MSG_NOSIGNAL
+#ifdef __WXMSW__
 #define MSG_NOSIGNAL        0
-#endif
-#ifdef __WXMSW__
 #define MSG_DONTWAIT        0
 #ifndef UINT64_MAX
 #define UINT64_MAX          _UI64_MAX