summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-03-06 13:29:32 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-03-06 13:29:32 +0100
commit47ae0bf988dd53b76d431e7724f393e062937d64 (patch)
tree74ca41256afe709e811ca9e64391b957231d78fb
parent199f91b086c6bb4dc9f881301bd09800304e2842 (diff)
downloadATCD-47ae0bf988dd53b76d431e7724f393e062937d64.tar.gz
Android API level 21 and higher have clock_settime
* ACE/ace/config-android.h:
-rw-r--r--ACE/ace/config-android.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/ace/config-android.h b/ACE/ace/config-android.h
index 9cefc12bdf0..6301b8294e0 100644
--- a/ACE/ace/config-android.h
+++ b/ACE/ace/config-android.h
@@ -49,6 +49,7 @@
#if __ANDROID_API__ < 21
# define ACE_LACKS_UCONTEXT_H
#else
+# define ACE_HAS_CLOCK_SETTIME
# define ACE_HAS_UCONTEXT_T
#endif