t/nvmept_trim: increase transfer size for some tests
[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 */