diff options
Diffstat (limited to 'include/arch/linux-ppc/AndroidConfig.h')
-rw-r--r-- | include/arch/linux-ppc/AndroidConfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/arch/linux-ppc/AndroidConfig.h b/include/arch/linux-ppc/AndroidConfig.h index 91af629..60bddd6 100644 --- a/include/arch/linux-ppc/AndroidConfig.h +++ b/include/arch/linux-ppc/AndroidConfig.h @@ -164,6 +164,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. |