summaryrefslogtreecommitdiffstats
path: root/libSYS/include/genericStds.h
diff options
context:
space:
mode:
authorIrina Tirdea <irina.tirdea@intel.com>2012-08-31 16:53:51 +0300
committerIrina Tirdea <irina.tirdea@intel.com>2012-09-03 02:48:01 +0300
commitad749575b4520b2a6f946d54647b0b2bca945b42 (patch)
treed17702b959201fe2945accb3516c7c929d8052f6 /libSYS/include/genericStds.h
parentee36153b8ca239749174996f44bd07737aeace53 (diff)
downloadODR-AudioEnc-ad749575b4520b2a6f946d54647b0b2bca945b42.tar.gz
ODR-AudioEnc-ad749575b4520b2a6f946d54647b0b2bca945b42.tar.bz2
ODR-AudioEnc-ad749575b4520b2a6f946d54647b0b2bca945b42.zip
Remove workaround in aac for broken toolchain
aac project forces the system not to include sys/types.h by defining _SYS_TYPES_H_. This is a workaround for broken android toolchain. This is no longer needed in latest android version and can be safely removed. This will also lead to more errors if changes in bionic headers are needed. Change-Id: Icb76c207d6b47e811eacff9f9403177629bfb451 Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
Diffstat (limited to 'libSYS/include/genericStds.h')
-rw-r--r--libSYS/include/genericStds.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libSYS/include/genericStds.h b/libSYS/include/genericStds.h
index 2d6eea6..756935b 100644
--- a/libSYS/include/genericStds.h
+++ b/libSYS/include/genericStds.h
@@ -96,8 +96,6 @@ amm-info@iis.fraunhofer.de
#include "machine_type.h"
-/* Work around for broken android toolchain: sys/types.h:137: error: 'uint64_t' does not name a type */
-#define _SYS_TYPES_H_
/* Always increase verbosity of memory allocation in case of a debug built. DEBUG is defined globally in that case. */