aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-05-24 17:16:48 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-24 17:16:48 -0700
commit6f1f6985ebcde26fc2042380a74db15f908ebe0f (patch)
tree4844b1cb43528ff6c3ae11799711719a5cfad308 /include
parent94bb0acd17a88e70a067abf49b7400fff1cc49c3 (diff)
parent5817b033235bac83c8d2108a89e10a1c582777a1 (diff)
downloadsystem_core-6f1f6985ebcde26fc2042380a74db15f908ebe0f.tar.gz
system_core-6f1f6985ebcde26fc2042380a74db15f908ebe0f.tar.bz2
system_core-6f1f6985ebcde26fc2042380a74db15f908ebe0f.zip
Merge "Mac OS has included dladdr(3) since at least 10.4."
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