Index: base/debug/stack_trace.h |
diff --git a/base/debug/stack_trace.h b/base/debug/stack_trace.h |
index ab1d2ebe6a3c00244b5d09cb1e4fcadce16ab093..b9c54126216ba60e329ccbb439e25b90d717b79a 100644 |
--- a/base/debug/stack_trace.h |
+++ b/base/debug/stack_trace.h |
@@ -94,7 +94,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 |