| 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
|
|
|