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 11:57:39 +0400
committerFelix Fietkau <nbd@openwrt.org>2013-06-18 13:02:20 +0400
commitcd5238b5003ab8b4bbceedbf89f59542f2629b45 (patch)
treea652a097556018eba50e7282998c86a470d611a0 /uloop.h
parentae40b6613019f02e856b4b1ccc2712984506152e (diff)
uloop: fix edge trigger handling on mac os x
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'uloop.h')
-rw-r--r--uloop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uloop.h b/uloop.h
index 1d32c39..975e40b 100644
--- 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
};