musl: base: Fix stack trace printing
parent
59d17aa97f
commit
dcd5f4c574
|
|
@ -1081,6 +1081,10 @@ void StackTrace::OutputToStreamWithPrefixImpl(
|
|||
StreamBacktraceOutputHandler handler(os);
|
||||
ProcessBacktrace(addresses(), prefix_string, &handler);
|
||||
}
|
||||
#else
|
||||
void StackTrace::OutputToStreamWithPrefixImpl(
|
||||
std::ostream*, cstring_view) const {
|
||||
}
|
||||
#endif
|
||||
|
||||
namespace internal {
|
||||
|
|
|
|||
Loading…
Reference in New Issue