diff options
author | Yabin Cui <yabinc@google.com> | 2014-11-17 14:49:39 -0800 |
---|---|---|
committer | Yabin Cui <yabinc@google.com> | 2014-11-17 14:49:39 -0800 |
commit | a16825ff7a9198ecf93588f6df29602a5438599b (patch) | |
tree | 347760743f4a3d784dd5102a96dd268df5962594 /core/combo/include/arch/linux-arm64 | |
parent | 45f975bba5efca94fae9471ce4388a51bd919b5d (diff) | |
download | build-a16825ff7a9198ecf93588f6df29602a5438599b.zip build-a16825ff7a9198ecf93588f6df29602a5438599b.tar.gz build-a16825ff7a9198ecf93588f6df29602a5438599b.tar.bz2 |
kill HAVE_TERMIO_H
Bug: 18398307
Change-Id: I54fc0235fbc40630f8024570b928dba115b1c39a
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 23143cd..c98ccdd 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -42,11 +42,6 @@ #define HAVE_PTHREADS /* - * Define this if you have <termio.h> - */ -#define HAVE_TERMIO_H 1 - -/* * Define this if you have sys/uio.h */ #define HAVE_SYS_UIO_H 1 |