diff options
Diffstat (limited to 'core/combo/include/arch/linux-arm')
-rw-r--r-- | core/combo/include/arch/linux-arm/AndroidConfig.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index 9253e7c..0eb6c72 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -55,12 +55,6 @@ #define HAVE_FUTEX /* - * Define if we already have the futex wrapper functions defined. Yes if - * compiling against bionic. - */ -#define HAVE_FUTEX_WRAPPERS 1 - -/* * Process creation model. Choose one: * * HAVE_FORKEXEC - use fork() and exec() @@ -264,21 +258,11 @@ #define OS_SHARED_LIB_FORMAT_STR "lib%s.so" /* - * Do we have __memcmp16()? - */ -#define HAVE__MEMCMP16 1 - -/* * type for the third argument to mincore(). */ #define MINCORE_POINTER_TYPE unsigned char * /* - * Do we have the sigaction flag SA_NOCLDWAIT? - */ -#define HAVE_SA_NOCLDWAIT - -/* * The default path separator for the platform */ #define OS_PATH_SEPARATOR '/' |