summaryrefslogtreecommitdiff
path: root/compat/mingw.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-08 19:24:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-12-08 19:24:14 (GMT)
commit3d90c796503efa3ca9812575a41cb8b019d27218 (patch)
tree4ae0649bc4bf21c371b78669fb946a084a27225b /compat/mingw.h
parent23778ae9a08e9324f03898760b9e20b6b2dd6e23 (diff)
parent7851b1e60fabe350216d48e6de03a3ed21a49953 (diff)
downloadgit-3d90c796503efa3ca9812575a41cb8b019d27218.zip
git-3d90c796503efa3ca9812575a41cb8b019d27218.tar.gz
git-3d90c796503efa3ca9812575a41cb8b019d27218.tar.bz2
Merge branch 'il/remote-fd-ext'
* il/remote-fd-ext: remote-fd/ext: finishing touches after code review git-remote-ext git-remote-fd Add bidirectional_transfer_loop() Conflicts: compat/mingw.h
Diffstat (limited to 'compat/mingw.h')
-rw-r--r--compat/mingw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/mingw.h b/compat/mingw.h
index 99a7467..35d9813 100644
--- 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