aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h14
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 */
81struct pollfd {
82 int fd; /* file descriptor */
83 short events; /* requested events */
84 short revents; /* returned events */
85};
86typedef unsigned long nfds_t;
87#define POLLIN 1
88#define POLLHUP 2
89
90int poll(struct pollfd *ufds, unsigned int nfds, int timeout);
91
92/*
93 * pwd.h 79 * pwd.h
94 */ 80 */
95struct passwd { 81struct passwd {