aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/musl-hacks.patch
blob: 790d17399333677844cd2dfd6dd19d00beb3e080 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./base/debug/stack_trace.cc.orig
+++ ./base/debug/stack_trace.cc
@@ -214,7 +214,7 @@
 
 std::string StackTrace::ToString() const {
   std::stringstream stream;
-#if !defined(__UCLIBC__) && !defined(_AIX)
+#if defined(__GLIBC__) && !defined(_AIX)
   OutputToStream(&stream);
 #endif
   return stream.str();