Add lttng_ust_ prefix before objd_unref
[lttng-ust.git] / include / ust / wait.h
index 21ced509915932086570d3329073b6d7d764c0fc..6cc0e3732cec710133000d9d9dfd15b6556d1938 100644 (file)
@@ -30,7 +30,7 @@
                int __timeout = _timeout;                       \
                                                                \
                for (;;) {                                      \
-                       if (!(_cond))                           \
+                       if (_cond)                              \
                                break;                          \
                        if (__timeout <= 0) {                   \
                                __ret = -ETIMEDOUT;             \
This page took 0.02316 seconds and 4 git commands to generate.