libubox: make uloop_fd::flags generic
[project/libubox.git] / uloop.h
diff --git a/uloop.h b/uloop.h
index 975e40b..39b9b58 100644 (file)
--- a/uloop.h
+++ b/uloop.h
@@ -55,9 +55,7 @@ struct uloop_fd
        bool eof;
        bool error;
        bool registered;
-#ifdef USE_KQUEUE
        uint8_t flags;
-#endif
 };
 
 struct uloop_timeout