Index: base/debug/stack_trace.h |
diff --git a/base/debug/stack_trace.h b/base/debug/stack_trace.h |
index 72056ec6b6e75a811fc854bf6b1fb7bf131e2873..6a1b31ed7894774becce955ad335160a364eaff4 100644 |
--- a/base/debug/stack_trace.h |
+++ b/base/debug/stack_trace.h |
@@ -77,7 +77,7 @@ class BASE_EXPORT StackTrace { |
// Prints the stack trace to stderr. |
void Print() const; |
-#if !defined(__UCLIBC__) |
+#if !defined(__UCLIBC__) & !defined(_AIX) |
// Resolves backtrace to symbols and write to stream. |
void OutputToStream(std::ostream* os) const; |
#endif |