aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/musl-hacks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/chromium/musl-hacks.patch')
-rw-r--r--community/chromium/musl-hacks.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/chromium/musl-hacks.patch b/community/chromium/musl-hacks.patch
index 790d173993..eff59ae5bc 100644
--- a/community/chromium/musl-hacks.patch
+++ b/community/chromium/musl-hacks.patch
@@ -1,11 +1,11 @@
---- ./base/debug/stack_trace.cc.orig
-+++ ./base/debug/stack_trace.cc
-@@ -214,7 +214,7 @@
-
- std::string StackTrace::ToString() const {
+--- base/debug/stack_trace.cc.orig 2018-12-08 14:11:25.303475116 +0100
++++ base/debug/stack_trace.cc 2018-12-08 18:00:43.874946999 +0100
+@@ -229,7 +229,7 @@
+ }
+ std::string StackTrace::ToStringWithPrefix(const char* prefix_string) const {
std::stringstream stream;
-#if !defined(__UCLIBC__) && !defined(_AIX)
+#if defined(__GLIBC__) && !defined(_AIX)
- OutputToStream(&stream);
+ OutputToStreamWithPrefix(&stream, prefix_string);
#endif
return stream.str();