diff options
Diffstat (limited to 'third_party/libevent/select.c')
-rw-r--r-- | third_party/libevent/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libevent/select.c b/third_party/libevent/select.c index 778cfd7..65e5997 100644 --- a/third_party/libevent/select.c +++ b/third_party/libevent/select.c @@ -61,7 +61,7 @@ #endif //#ifndef _EVENT_HAVE_FD_MASK -#ifdef ANDROID +#ifdef __BIONIC__ /* This type is mandatory, but Android doesn't define it. */ #undef NFDBITS #define NFDBITS (sizeof(long)*8) |