diff options
author | Elliott Hughes <enh@google.com> | 2015-01-09 23:30:19 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-01-09 23:30:19 +0000 |
commit | 5368c02ac68dc263284bf0cfb1869f0de3f5f5fa (patch) | |
tree | e15ca077f61462672ea207d425f05be18d1c8126 /core/combo/include/arch/linux-arm | |
parent | d9de8e0d9acd17a2406d25bb970c615067d2ba34 (diff) | |
parent | 73498235d2d8a44ed520804b76650225161df0dd (diff) | |
download | build-5368c02ac68dc263284bf0cfb1869f0de3f5f5fa.zip build-5368c02ac68dc263284bf0cfb1869f0de3f5f5fa.tar.gz build-5368c02ac68dc263284bf0cfb1869f0de3f5f5fa.tar.bz2 |
Merge "Remove HAVE_PRCTL."
Diffstat (limited to 'core/combo/include/arch/linux-arm')
-rw-r--r-- | core/combo/include/arch/linux-arm/AndroidConfig.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index ea8192c..e6167fa 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -78,11 +78,6 @@ #define HAVE_STRLCPY 1 /* - * Define if prctl() exists - */ -#define HAVE_PRCTL 1 - -/* * Define if <stdint.h> exists. */ #define HAVE_STDINT_H 1 |