Merge "Mac OS has included dladdr(3) since at least 10.4."

This commit is contained in:
Elliott Hughes 2012-05-24 17:16:48 -07:00 committed by Android (Google) Code Review
commit 6f1f6985eb

View file

@ -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