Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
use strbuf_complete_line() for adding a newline if needed
[gitweb.git]
/
compat
/
mingw.h
diff --git
a/compat/mingw.h
b/compat/mingw.h
index 3851857c2d8a1197e97b6a0baeb5601163de0733..df0e3203abed06374a789be191ff130e3ba728b6 100644
(file)
--- a/
compat/mingw.h
+++ b/
compat/mingw.h
@@
-35,6
+35,9
@@
typedef int socklen_t;
#ifndef EWOULDBLOCK
#define EWOULDBLOCK EAGAIN
#endif
+#ifndef ELOOP
+#define ELOOP EMLINK
+#endif
#define SHUT_WR SD_SEND
#define SIGHUP 1