diff options
author | Elliott Hughes <enh@google.com> | 2014-11-21 22:54:28 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-11-21 22:54:28 -0800 |
commit | 80c63ddfd7f2e2c547380e99e2f0c2a97a27c474 (patch) | |
tree | 509233f63d69a308c7103227c7b08902c547b347 /core/combo/include/arch/linux-arm | |
parent | 9cef6823069d181afa2befa8db771761f8db0c27 (diff) | |
download | build-80c63ddfd7f2e2c547380e99e2f0c2a97a27c474.zip build-80c63ddfd7f2e2c547380e99e2f0c2a97a27c474.tar.gz build-80c63ddfd7f2e2c547380e99e2f0c2a97a27c474.tar.bz2 |
Kill LOCAL_SOCKET_NAMESPACE.
Change-Id: I40c63b8e7ae1174ac902b545555ddab65b3fef38
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 d4d6048..0d3bf3e 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -83,11 +83,6 @@ #define HAVE_ANDROID_OS 1 /* - * Define if we have Linux-style non-filesystem Unix Domain Sockets - */ -#define HAVE_LINUX_LOCAL_SOCKET_NAMESPACE 1 - -/* * Define if libc includes Android system properties implementation. */ #define HAVE_LIBC_SYSTEM_PROPERTIES 1 |