| Index: base/debug/stack_trace.cc
|
| diff --git a/base/debug/stack_trace.cc b/base/debug/stack_trace.cc
|
| index 43a23d95ac10ba0ca270a654cf1525a59b55ab58..051cc561b0a54e4140ed696775035d15cd9853f0 100644
|
| --- a/base/debug/stack_trace.cc
|
| +++ b/base/debug/stack_trace.cc
|
| @@ -214,7 +214,7 @@ const void *const *StackTrace::Addresses(size_t* count) const {
|
|
|
| std::string StackTrace::ToString() const {
|
| std::stringstream stream;
|
| -#if !defined(__UCLIBC__)
|
| +#if !defined(__UCLIBC__) && !defined(_AIX)
|
| OutputToStream(&stream);
|
| #endif
|
| return stream.str();
|
|
|