From ee7dc2dbb9d484b7bfb5075e4c869a046c3c40de Mon Sep 17 00:00:00 2001 From: Marc Alexander Lehmann Date: Thu, 1 Jun 2017 20:25:50 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 2 ++ ev.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index bb1e6d4..276f3de 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for libev, a high-performance and full-featured event loop. + - ANDROID => __ANDROID__ (reported by enh@google.com). + 4.24 Wed Dec 28 05:19:55 CET 2016 - bump version to 4.24, as the release tarball inexplicably didn't have the right version in ev.h, even though the cvs-tagged diff --git a/ev.c b/ev.c index c85792c..3b81376 100644 --- a/ev.c +++ b/ev.c @@ -365,7 +365,7 @@ # define EV_HEAP_CACHE_AT EV_FEATURE_DATA #endif -#ifdef ANDROID +#ifdef __ANDROID__ /* supposedly, android doesn't typedef fd_mask */ # undef EV_USE_SELECT # define EV_USE_SELECT 0 -- 2.39.2