summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-11-07 14:56:01 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-11-07 14:56:01 +0100
commit950dd74dd9ac2379c6b4ec1365738d6393313ce1 (patch)
tree72bfeda50b10d33cb6db97efeb9008d2cbf01b89
parent901f33ca78dc15ff64922e42a401ee18c074a4c3 (diff)
downloadATCD-950dd74dd9ac2379c6b4ec1365738d6393313ce1.tar.gz
Removed define of ACE_HAS_SEMUN, when not set ACE will define a senum type, it shouldn't do that on Android
* ACE/ace/config-android.h:
-rw-r--r--ACE/ace/config-android.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ACE/ace/config-android.h b/ACE/ace/config-android.h
index 0394f37e547..14b373017d2 100644
--- a/ACE/ace/config-android.h
+++ b/ACE/ace/config-android.h
@@ -88,14 +88,6 @@
# define ACE_LACKS_SEEKDIR
#endif
-// semun was added to sys/sem.h in r15 but in r13 it does
-// exist as type but isn't usable
-#if __ANDROID_API__ >= 21
-# if ACE_ANDROID_NDK_AT_LEAST(13, 0)
-# define ACE_HAS_SEMUN
-# endif
-#endif
-
// fd_mask was added in r17c
#if ACE_ANDROID_NDK_LESS_THAN(17, 2)
# define ACE_LACKS_FD_MASK