5099cf2ecaae1fa3a8490b0eb0815465e95d41fa
[fio.git] / os / windows / posix / include / poll.h
1 #ifndef POLL_H
2 #define POLL_H
3
4 #include <winsock2.h>
5
6 typedef int nfds_t;
7
8 int poll(struct pollfd fds[], nfds_t nfds, int timeout);
9
10 #endif /* POLL_H */