aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-03-30 12:42:24 +0100
committerRon Yorston <rmy@pobox.com>2012-03-30 12:42:24 +0100
commit4319368c60244268a19f58fd6f1a0b31d3cd4853 (patch)
treea511501ed8bcc73ab24e0c5e5f9280ba713e7495 /include
parent506360df73c9c9f95f4caf70373673cf55046c9d (diff)
downloadbusybox-w32-4319368c60244268a19f58fd6f1a0b31d3cd4853.tar.gz
busybox-w32-4319368c60244268a19f58fd6f1a0b31d3cd4853.tar.bz2
busybox-w32-4319368c60244268a19f58fd6f1a0b31d3cd4853.zip
Use gnulib poll, importing the version from git
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 {