Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: base/debug/stack_trace.h

Issue 2807463004: GN: aix port along with linux_s390x, linux_ppc64 and linux_ppc64le support. (Closed)
Patch Set: rebased, cleaned up the code, addressed comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698