summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ace/config-android.h3
1 files changed, 3 insertions, 0 deletions
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 ¯\_(ツ)_/¯