fio: ioengine flag cleanup
[fio.git] / os / windows / posix / include / poll.h
CommitLineData
35922a21
BC
1#ifndef POLL_H
2#define POLL_H
3
a6ab5391
SW
4#include <winsock2.h>
5
8393ca93
SW
6typedef int nfds_t;
7
a6ab5391 8int poll(struct pollfd fds[], nfds_t nfds, int timeout);
dac7244b 9
35922a21 10#endif /* POLL_H */