summaryrefslogtreecommitdiffstats
path: root/include/arch/darwin-x86/AndroidConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/darwin-x86/AndroidConfig.h')
-rw-r--r--include/arch/darwin-x86/AndroidConfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/arch/darwin-x86/AndroidConfig.h b/include/arch/darwin-x86/AndroidConfig.h
index 9914bd5..d99072a 100644
--- a/include/arch/darwin-x86/AndroidConfig.h
+++ b/include/arch/darwin-x86/AndroidConfig.h
@@ -159,6 +159,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.