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