Merge branch 'maint'
[gitweb.git] / compat / mingw.h
index bcd23b0a4570377465e77f30831c9163e9d6bbda..5b5258bcebbbead7e4ed15a4dea7bf755739b98e 100644 (file)
@@ -41,6 +41,7 @@ struct passwd {
 
 extern char *getpass(const char *prompt);
 
+#ifndef POLLIN
 struct pollfd {
        int fd;           /* file descriptor */
        short events;     /* requested events */
@@ -48,6 +49,7 @@ struct pollfd {
 };
 #define POLLIN 1
 #define POLLHUP 2
+#endif
 
 typedef void (__cdecl *sig_handler_t)(int);
 struct sigaction {