Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'uloop.h')
-rw-r--r--uloop.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/uloop.h b/uloop.h
index 975e40b..39b9b58 100644
--- 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