Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
test prerequisites: enumerate with commas
[gitweb.git]
/
compat
/
mingw.h
diff --git
a/compat/mingw.h
b/compat/mingw.h
index 8dac6f9d6bc91c7949533d5d6d987530d6993b01..7ff2376335dea7a092c626f74f52413be1c81e74 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