]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
drop tcmalloc glibc 2.16 patch, siginfo_t is correct
authorElan Ruusamäe <glen@delfi.ee>
Fri, 29 Mar 2013 22:07:55 +0000 (00:07 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 29 Mar 2013 22:08:46 +0000 (00:08 +0200)
chromium-browser.spec
tcmalloc-glibc2.16.patch [deleted file]

index 37623487c01ca8c178f3670a411e5ce35da9a6bc..0bb174afb45122d24a2374d270612760d1f543d1 100644 (file)
@@ -108,7 +108,6 @@ Patch18:    nacl-no-untar.patch
 Patch24:       nacl-verbose.patch
 Patch25:       gnome3-volume-control.patch
 Patch26:       master-prefs-path.patch
-Patch27:       tcmalloc-glibc2.16.patch
 Patch28:       system-mesa.patch
 Patch29:       speechd-0.8.patch
 URL:           http://www.chromium.org/Home
@@ -285,7 +284,6 @@ ln -s %{SOURCE7} .
 %{!?with_libjpegturbo:%patch11 -p0}
 %patch12 -p1
 %patch16 -p1
-%patch27 -p1
 %patch28 -p1
 %patch25 -p2
 %patch18 -p2
diff --git a/tcmalloc-glibc2.16.patch b/tcmalloc-glibc2.16.patch
deleted file mode 100644 (file)
index e6c7f02..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up chromium-21.0.1180.81/third_party/tcmalloc/chromium/src/base/linuxthreads.cc.glibc216 chromium-21.0.1180.81/third_party/tcmalloc/chromium/src/base/linuxthreads.cc
---- chromium-21.0.1180.81/third_party/tcmalloc/chromium/src/base/linuxthreads.cc.glibc216      2012-08-30 20:34:00.324468082 -0400
-+++ chromium-21.0.1180.81/third_party/tcmalloc/chromium/src/base/linuxthreads.cc       2012-08-30 20:34:15.458468310 -0400
-@@ -193,7 +193,7 @@ static volatile int *sig_pids, sig_num_t
- /* Signal handler to help us recover from dying while we are attached to
-  * other threads.
-  */
--static void SignalHandler(int signum, siginfo_t *si, void *data) {
-+static void SignalHandler(int signum, siginfo *si, void *data) {
-   if (sig_pids != NULL) {
-     if (signum == SIGABRT) {
-       while (sig_num_threads-- > 0) {
This page took 0.032134 seconds and 4 git commands to generate.