diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/mingw.h b/include/mingw.h index b281a4b49..138275588 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -76,20 +76,6 @@ struct sockaddr_un { | |||
76 | }; | 76 | }; |
77 | 77 | ||
78 | /* | 78 | /* |
79 | * poll.h | ||
80 | */ | ||
81 | struct pollfd { | ||
82 | int fd; /* file descriptor */ | ||
83 | short events; /* requested events */ | ||
84 | short revents; /* returned events */ | ||
85 | }; | ||
86 | typedef unsigned long nfds_t; | ||
87 | #define POLLIN 1 | ||
88 | #define POLLHUP 2 | ||
89 | |||
90 | int poll(struct pollfd *ufds, unsigned int nfds, int timeout); | ||
91 | |||
92 | /* | ||
93 | * pwd.h | 79 | * pwd.h |
94 | */ | 80 | */ |
95 | struct passwd { | 81 | struct passwd { |