aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-03-30 12:28:32 +0100
committerRon Yorston <rmy@pobox.com>2012-03-30 12:28:32 +0100
commitd1efee49c1a0f7d1ad7eabd9065dc3098a3d4b1d (patch)
treeaf2c57383a49dc620920482500d2f8120e376f0a /include
parent800c3f176fb21e30fbaa81ef68f50e601ea2f78b (diff)
downloadbusybox-w32-d1efee49c1a0f7d1ad7eabd9065dc3098a3d4b1d.tar.gz
busybox-w32-d1efee49c1a0f7d1ad7eabd9065dc3098a3d4b1d.tar.bz2
busybox-w32-d1efee49c1a0f7d1ad7eabd9065dc3098a3d4b1d.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 69bf05574..33f83e3ab 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -64,20 +64,6 @@ struct sockaddr_un {
64}; 64};
65 65
66/* 66/*
67 * poll.h
68 */
69struct pollfd {
70 int fd; /* file descriptor */
71 short events; /* requested events */
72 short revents; /* returned events */
73};
74typedef unsigned long nfds_t;
75#define POLLIN 1
76#define POLLHUP 2
77
78int poll(struct pollfd *ufds, unsigned int nfds, int timeout);
79
80/*
81 * pwd.h 67 * pwd.h
82 */ 68 */
83struct passwd { 69struct passwd {