Port: Add Solaris support to poll compat
[lttng-tools.git] / src / common / compat / poll.h
index 699901848dc14bc52abd22d778b2f55cb189ee57..5f45da2b3b04cf3330c02236ef13793a71f02d21 100644 (file)
@@ -254,7 +254,7 @@ enum {
 #if __linux__
        LPOLLMSG = POLLMSG,
        LPOLLRDHUP = POLLRDHUP,
-#elif (defined(__FreeBSD__) || defined(__CYGWIN__))
+#elif (defined(__FreeBSD__) || defined(__CYGWIN__) || defined(__sun__))
        LPOLLMSG = 0,
        LPOLLRDHUP = 0,
 #else
This page took 0.022985 seconds and 4 git commands to generate.