|
--- ./base/debug/stack_trace.cc.orig
|
|
+++ ./base/debug/stack_trace.cc
|
|
@@ -33,7 +33,7 @@
|
|
|
|
std::string StackTrace::ToString() const {
|
|
std::stringstream stream;
|
|
-#if !defined(__UCLIBC__)
|
|
+#if defined(__GLIBC__)
|
|
OutputToStream(&stream);
|
|
#endif
|
|
return stream.str();
|