DEBSOURCES
Skip Quicknav
sources / fio / 3.41-2 / os / windows / posix / include / poll.h
12345678910
#ifndef POLL_H #define POLL_H #include <winsock2.h> typedef int nfds_t; int poll(struct pollfd fds[], nfds_t nfds, int timeout); #endif /* POLL_H */