diff options
author | Patrick Scott <phanna@android.com> | 2010-10-01 13:32:51 -0400 |
---|---|---|
committer | Patrick Scott <phanna@android.com> | 2010-10-01 14:11:09 -0400 |
commit | 49139a52abc21019da7fcbafdef393ad960ea0e2 (patch) | |
tree | 9c16dadf1f8b024c1613cf10fb4e8b6d8826e7b7 /third_party | |
parent | e484de727544f835b8e652145af3519d10176234 (diff) | |
download | external_chromium-49139a52abc21019da7fcbafdef393ad960ea0e2.zip external_chromium-49139a52abc21019da7fcbafdef393ad960ea0e2.tar.gz external_chromium-49139a52abc21019da7fcbafdef393ad960ea0e2.tar.bz2 |
Build fixes for the simulator.
Change-Id: I4c01c5383d311c7f06e91b1ded529ef6db156b3f
Diffstat (limited to 'third_party')
-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) |