Merge "Mac OS has included dladdr(3) since at least 10.4."
This commit is contained in:
commit
6f1f6985eb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue