diff options
author | Elliott Hughes <enh@google.com> | 2014-06-12 15:17:31 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-06-12 15:36:52 -0700 |
commit | e82d33d9976c1e9fbaa4f60cde1bf718d67d6637 (patch) | |
tree | 88d660025e170e8f88f6db81ab508a0e7195db63 /core/combo/include/arch/linux-arm64 | |
parent | 6cc4598d18c660d4e253970bc875be5fa08c770b (diff) | |
download | build-e82d33d9976c1e9fbaa4f60cde1bf718d67d6637.zip build-e82d33d9976c1e9fbaa4f60cde1bf718d67d6637.tar.gz build-e82d33d9976c1e9fbaa4f60cde1bf718d67d6637.tar.bz2 |
Remove useless stuff from "AndroidConfig.h".
The futex wrappers and memcmp16 are no longer available to anyone.
No one was checking for the existence of the SA_NOCLDWAIT constant,
and even if they wanted to, they could just check directly.
Change-Id: If8ac6c2617b76b23a2450f58fc03453f7f82a61f
Diffstat (limited to 'core/combo/include/arch/linux-arm64')
-rw-r--r-- | core/combo/include/arch/linux-arm64/AndroidConfig.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index 6f85555..bcbda8f 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/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() @@ -259,21 +253,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 '/' |