X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fwindows%2Fposix%2Finclude%2Fpoll.h;h=21e5699b3d685fc627319df4530cdcc1793a0501;hp=f064e2ba4bf1afb4ce99c012e83ada864b6fef30;hb=dac7244bf482557c2e46aac1171c3890b3d9316f;hpb=c1e38868c299c2b3baa0f5a9f038bb1c79c09308;ds=sidebyside diff --git a/os/windows/posix/include/poll.h b/os/windows/posix/include/poll.h index f064e2ba..21e5699b 100644 --- a/os/windows/posix/include/poll.h +++ b/os/windows/posix/include/poll.h @@ -12,4 +12,9 @@ struct pollfd int poll(struct pollfd fds[], nfds_t nfds, int timeout); +#define POLLOUT 1 +#define POLLIN 2 +#define POLLERR 0 +#define POLLHUP 1 + #endif /* POLL_H */