diff options
Diffstat (limited to 'include/arch/linux-ppc')
-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 2c443d1..6ff50a3 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 off_t is always 64-bit + */ +#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. |