Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5817b033 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

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

This is needed by libcorkscrew.

Change-Id: Iacc56b014398da195b33c3cebc420afe6044381c
parent 458409c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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