We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0da07a commit 5e4113eCopy full SHA for 5e4113e
src/backtrace_posix.cc
@@ -4,7 +4,7 @@
4
#include <features.h>
5
#endif
6
7
-#if defined(__linux__) && !defined(__GLIBC__)
+#if defined(__linux__) && !defined(__GLIBC__) || defined(_AIX)
8
#define HAVE_EXECINFO_H 0
9
#else
10
#define HAVE_EXECINFO_H 1
0 commit comments