Merge branch 'directory-operation' of https://github.com/friendy-su/fio
[fio.git] / os / windows / posix / include / poll.h
... / ...
CommitLineData
1#ifndef POLL_H
2#define POLL_H
3
4#include <winsock2.h>
5
6typedef int nfds_t;
7
8int poll(struct pollfd fds[], nfds_t nfds, int timeout);
9
10#endif /* POLL_H */