From 126e1006a8e3f85d936301381f1234fc83458673 Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Thu, 6 Jun 2019 13:56:58 -0500 Subject: Restrict Dev_Poll_Reactor to API>=21 --- ACE/ace/config-android.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ACE/ace/config-android.h b/ACE/ace/config-android.h index 554580bb8b0..9d7163b6484 100644 --- a/ACE/ace/config-android.h +++ b/ACE/ace/config-android.h @@ -111,6 +111,9 @@ # define ACE_LACKS_WCSTOLL # define ACE_LACKS_WCSTOULL # define ACE_LACKS_CONDATTR_SETCLOCK +# ifdef ACE_HAS_EVENT_POLL +# undef ACE_HAS_EVEN_POLL +# endif #endif // These were available before r18, but in r18 they are restricted to API >= 28 ¯\_(ツ)_/¯ -- cgit v1.2.1