summaryrefslogtreecommitdiffstats
path: root/include/arch/linux-sh/AndroidConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/linux-sh/AndroidConfig.h')
-rw-r--r--include/arch/linux-sh/AndroidConfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/arch/linux-sh/AndroidConfig.h b/include/arch/linux-sh/AndroidConfig.h
index 622ca50..9303bb6 100644
--- a/include/arch/linux-sh/AndroidConfig.h
+++ b/include/arch/linux-sh/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.