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

Unified Diff: base/debug/stack_trace.h

Issue 1489713002: Disable base_unittests:StackTraceTest.OutputToStream on FNL_MUSL (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « no previous file | base/debug/stack_trace_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/stack_trace.h
diff --git a/base/debug/stack_trace.h b/base/debug/stack_trace.h
index fb271b6da4a41c70d40ad1851d3040dee6e6a7e3..117cb8baa487d3338df0aeeffa85398e49bb5ef5 100644
--- a/base/debug/stack_trace.h
+++ b/base/debug/stack_trace.h
@@ -69,7 +69,7 @@ class BASE_EXPORT StackTrace {
// Prints the stack trace to stderr.
void Print() const;
-#if !defined(__UCLIBC__)
+#if !defined(__UCLIBC__) && !defined(FNL_MUSL)
// Resolves backtrace to symbols and write to stream.
void OutputToStream(std::ostream* os) const;
#endif
« no previous file with comments | « no previous file | base/debug/stack_trace_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698