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:
authorFelix Fietkau <nbd@openwrt.org>2013-06-18 13:11:04 +0400
committerFelix Fietkau <nbd@openwrt.org>2013-06-18 14:05:09 +0400
commite386259632187196519a6717d8eaefee79eeda9a (patch)
treec51372db6d4bbb20fd1fe6cac9837fd4fd9a8e25 /uloop.h
parentcd5238b5003ab8b4bbceedbf89f59542f2629b45 (diff)
libubox: make uloop_fd::flags generic
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
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