Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
test-config: add tests for the config_set API
[gitweb.git]
/
compat
/
mingw.h
diff --git
a/compat/mingw.h
b/compat/mingw.h
index 405c08fcc36cb9af9fd7266a9d0fca86d074e3d4..510530c69054e12dcf0d705a61041457ba62843d 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