diff options
| author | Jeff Garzik <[email protected]> | 2011-09-06 16:19:54 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-09-06 16:19:54 -0400 |
| commit | cbd959c473bf40757b22c19e6549504d9e5728b1 (patch) | |
| tree | 6389b1bec0f66ca8dbb49ba4c776cabfd6121863 /src | |
| parent | Merge pull request #502 from vsrinivas/master (diff) | |
| download | discoin-cbd959c473bf40757b22c19e6549504d9e5728b1.tar.xz discoin-cbd959c473bf40757b22c19e6549504d9e5728b1.zip | |
Revert "Define MSG_NOSIGNAL to 0 on platforms where it is unavailable."
This reverts commit 6a0296791d5e81102a12a3142f5be25cb40f9825.
The change breaks build on Fedora Linux.
Diffstat (limited to 'src')
| -rw-r--r-- | src/util.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/util.h b/src/util.h index 4a68051a6..3d7ef108b 100644 --- a/src/util.h +++ b/src/util.h @@ -81,10 +81,8 @@ T* alignup(T* p) return u.ptr; } -#ifndef MSG_NOSIGNAL -#define MSG_NOSIGNAL 0 -#endif #ifdef __WXMSW__ +#define MSG_NOSIGNAL 0 #define MSG_DONTWAIT 0 #ifndef UINT64_MAX #define UINT64_MAX _UI64_MAX |