aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-05-23 17:05:11 -0700
committerElliott Hughes <enh@google.com>2012-05-23 17:05:11 -0700
commit5817b033235bac83c8d2108a89e10a1c582777a1 (patch)
tree564c99432f5c5055d16882dea81c60c5ab967d55 /include
parent458409c2bd125d9c60d693f90a2a0736a16dd747 (diff)
downloadsystem_core-5817b033235bac83c8d2108a89e10a1c582777a1.tar.gz
system_core-5817b033235bac83c8d2108a89e10a1c582777a1.tar.bz2
system_core-5817b033235bac83c8d2108a89e10a1c582777a1.zip
Mac OS has included dladdr(3) since at least 10.4.
This is needed by libcorkscrew. Change-Id: Iacc56b014398da195b33c3cebc420afe6044381c
Diffstat (limited to 'include')
-rw-r--r--include/arch/darwin-x86/AndroidConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/darwin-x86/AndroidConfig.h b/include/arch/darwin-x86/AndroidConfig.h
index 48f8d9a8..9da01c54 100644
--- a/include/arch/darwin-x86/AndroidConfig.h
+++ b/include/arch/darwin-x86/AndroidConfig.h
@@ -175,7 +175,7 @@
* with a memory address. If not defined, stack crawls will not have symbolic
* information.
*/
-#define HAVE_DLADDR 0
+#define HAVE_DLADDR 1
/*
* Defined if we have the cxxabi.h header for demangling C++ symbols. If