diff options
Diffstat (limited to 'community/chromium/musl-hacks.patch')
-rw-r--r-- | community/chromium/musl-hacks.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/chromium/musl-hacks.patch b/community/chromium/musl-hacks.patch index d7c61a625b..b5373f1e96 100644 --- a/community/chromium/musl-hacks.patch +++ b/community/chromium/musl-hacks.patch @@ -1,6 +1,6 @@ ---- ./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 @@ +--- ./base/debug/stack_trace.cc ++++ ./base/debug/stack_trace.cc +@@ -233,7 +233,7 @@ } std::string StackTrace::ToStringWithPrefix(const char* prefix_string) const { std::stringstream stream; @@ -9,9 +9,9 @@ OutputToStreamWithPrefix(&stream, prefix_string); #endif return stream.str(); ---- ./net/socket/udp_socket_posix.cc.orig 2019-07-03 13:13:46.034342649 -0400 -+++ ./net/socket/udp_socket_posix.cc 2019-07-03 13:23:53.117081909 -0400 -@@ -1194,7 +1194,7 @@ +--- ./net/socket/udp_socket_posix.cc ++++ ./net/socket/udp_socket_posix.cc +@@ -1191,7 +1191,7 @@ msg_iov->push_back({const_cast<char*>(buffer->data()), buffer->length()}); msgvec->reserve(buffers.size()); for (size_t j = 0; j < buffers.size(); j++) |