diff options
Diffstat (limited to 'include/arch/linux-arm/AndroidConfig.h')
-rw-r--r-- | include/arch/linux-arm/AndroidConfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/arch/linux-arm/AndroidConfig.h b/include/arch/linux-arm/AndroidConfig.h index c70618d..5138d90 100644 --- a/include/arch/linux-arm/AndroidConfig.h +++ b/include/arch/linux-arm/AndroidConfig.h @@ -174,6 +174,11 @@ /* #define _LARGEFILE_SOURCE 1 */ /* + * Define if platform has off64_t (and lseek64 and other xxx64 functions) + */ +#define HAVE_OFF64_T + +/* * Defined if we have the backtrace() call for retrieving a stack trace. * Needed for CallStack to operate; if not defined, CallStack is * non-functional. @@ -206,7 +211,9 @@ /* * Add any extra platform-specific defines here. */ +#ifndef __linux__ #define __linux__ +#endif /* * Define if we have <malloc.h> header |