]> git.ipfire.org Git - thirdparty/git.git/blobdiff - compat/mingw.h
Merge branch 'sk/mingw-uni-fix-more'
[thirdparty/git.git] / compat / mingw.h
index 3851857c2d8a1197e97b6a0baeb5601163de0733..df0e3203abed06374a789be191ff130e3ba728b6 100644 (file)
@@ -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