uloop: fix edge trigger handling on mac os x
[project/libubox.git] / uloop.h
diff --git a/uloop.h b/uloop.h
index 1d32c39d62b2f1c849af28eb51861bcc68cd453d..975e40ba0e3c1ae226f061db015e1d9038525a8d 100644 (file)
--- a/uloop.h
+++ b/uloop.h
@@ -56,7 +56,7 @@ struct uloop_fd
        bool error;
        bool registered;
 #ifdef USE_KQUEUE
-       bool flags;
+       uint8_t flags;
 #endif
 };