poll compat wrapper: add cygwin support
[lttng-tools.git] / src / common / compat / poll.h
index 46200ac3e313effea9c198ef0dd061008341133e..99b608cce77cdca5595abd0afe2948eb9eae399f 100644 (file)
@@ -188,7 +188,7 @@ enum {
 #if __linux__
        LPOLLMSG = POLLMSG,
        LPOLLRDHUP = POLLRDHUP,
-#elif defined(__FreeBSD__)
+#elif (defined(__FreeBSD__) || defined(__CYGWIN__))
        LPOLLMSG = 0,
        LPOLLRDHUP = 0,
 #else
This page took 0.022668 seconds and 4 git commands to generate.