aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/musl-hacks.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-12-19 15:14:25 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2016-12-19 15:17:15 +0100
commiteb846c24e504a3caad1c06b4a8cf466fd9c17334 (patch)
tree47d6390fb754a4be270fd5b408391572143d77c6 /community/chromium/musl-hacks.patch
parent7f0d3977e95250d61c6056ed11409ba1bba4ca84 (diff)
downloadaports-eb846c24e504a3caad1c06b4a8cf466fd9c17334.tar.bz2
aports-eb846c24e504a3caad1c06b4a8cf466fd9c17334.tar.xz
community/chromium: upgrade to 55.0.2883.87
Diffstat (limited to 'community/chromium/musl-hacks.patch')
-rw-r--r--community/chromium/musl-hacks.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/chromium/musl-hacks.patch b/community/chromium/musl-hacks.patch
deleted file mode 100644
index d1f580a81d..0000000000
--- a/community/chromium/musl-hacks.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- ./third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_userspace.c.orig
-+++ ./third_party/usrsctp/usrsctplib/usrsctplib/netinet/sctp_userspace.c
-@@ -72,7 +72,7 @@
- pthread_setname_np(name);
- #endif
- #if defined(__Userspace_os_Linux)
-- pthread_setname_np(pthread_self(), name);
-+ //pthread_setname_np(pthread_self(), name);
- #endif
- #if defined(__Userspace_os_FreeBSD)
- pthread_set_name_np(pthread_self(), name);
---- ./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();