Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/maint-fix-add-typo-detection' (early part)
[gitweb.git]
/
compat
/
mingw.h
diff --git
a/compat/mingw.h
b/compat/mingw.h
index 99a746703f3c9fb19e043109e4a044efe151e0e7..35d9813b6badb34068601f35302f8859a786db05 100644
(file)
--- a/
compat/mingw.h
+++ b/
compat/mingw.h
@@
-37,6
+37,9
@@
typedef int socklen_t;
#define WEXITSTATUS(x) ((x) & 0xff)
#define WTERMSIG(x) SIGTERM
+#define EWOULDBLOCK EAGAIN
+#define SHUT_WR SD_SEND
+
#define SIGHUP 1
#define SIGQUIT 3
#define SIGKILL 9