musl: base: Fix stack trace printing
parent
56ee09f800
commit
d94c164109
|
@ -1089,6 +1089,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