diff options
author | Elliott Hughes <enh@google.com> | 2014-11-08 12:39:28 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-11-08 12:39:28 -0800 |
commit | e5e26e21967d5619cf81984e170b2f4499974c1f (patch) | |
tree | fade1a6a921627736b73fb1fa8a8b24fcb247751 /core/combo/include/arch/linux-arm64 | |
parent | 9e95a0f4d0172b1669d404c3d605e689234f4dcf (diff) | |
download | build-e5e26e21967d5619cf81984e170b2f4499974c1f.zip build-e5e26e21967d5619cf81984e170b2f4499974c1f.tar.gz build-e5e26e21967d5619cf81984e170b2f4499974c1f.tar.bz2 |
Remove more namespace pollution (HAVE_FUNOPEN).
Change-Id: I25a64ce39cd7bdd99aa6412413554b96d3cb113e
Diffstat (limited to 'core/combo/include/arch/linux-arm64')
-rw-r--r-- | core/combo/include/arch/linux-arm64/AndroidConfig.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index b000abe..5a08999 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -174,11 +174,6 @@ #define HAVE_STRLCPY 1 /* - * Define if the BSD funopen() function exists on the system. - */ -#define HAVE_FUNOPEN 1 - -/* * Define if prctl() exists */ #define HAVE_PRCTL 1 |