summaryrefslogtreecommitdiff
path: root/win32/include/sys/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/include/sys/socket.h')
-rwxr-xr-xwin32/include/sys/socket.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/win32/include/sys/socket.h b/win32/include/sys/socket.h
index 65f04ef64..6552cb5ee 100755
--- a/win32/include/sys/socket.h
+++ b/win32/include/sys/socket.h
@@ -25,8 +25,11 @@
#include <io.h> /* open, close, ... */
#include <winsock.h>
-#define SIGPIPE 3
-#define SIGALRM 13
+#define SIGPIPE 13
+
+#ifndef SIGALRM
+#define SIGALRM 14
+#endif
/* Some real good hacks! */
#undef errno