Commit 7e4d70f2 authored by Dominik Charousset's avatar Dominik Charousset

Merge branch 'topic/POLLPRI_workaround' into develop

parents 0f882b18 9ca248b7
......@@ -59,10 +59,13 @@
# define CAF_POLL_MULTIPLEXER
# ifndef CAF_WINDOWS
# include <poll.h>
# endif // CAF_WINDOWS
# endif
# ifndef POLLRDHUP
# define POLLRDHUP POLLHUP
# endif
# ifndef POLLPRI
# define POLLPRI POLLIN
# endif
#else
# define CAF_EPOLL_MULTIPLEXER
# include <sys/epoll.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment