diff options
author | Ron Yorston <rmy@pobox.com> | 2012-03-30 12:28:32 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-03-30 12:28:32 +0100 |
commit | d1efee49c1a0f7d1ad7eabd9065dc3098a3d4b1d (patch) | |
tree | af2c57383a49dc620920482500d2f8120e376f0a /include | |
parent | 800c3f176fb21e30fbaa81ef68f50e601ea2f78b (diff) | |
download | busybox-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.h | 14 |
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 | */ | ||
69 | struct pollfd { | ||
70 | int fd; /* file descriptor */ | ||
71 | short events; /* requested events */ | ||
72 | short revents; /* returned events */ | ||
73 | }; | ||
74 | typedef unsigned long nfds_t; | ||
75 | #define POLLIN 1 | ||
76 | #define POLLHUP 2 | ||
77 | |||
78 | int poll(struct pollfd *ufds, unsigned int nfds, int timeout); | ||
79 | |||
80 | /* | ||
81 | * pwd.h | 67 | * pwd.h |
82 | */ | 68 | */ |
83 | struct passwd { | 69 | struct passwd { |