aboutsummaryrefslogtreecommitdiffstats
path: root/testing/chromium/chromium-malloc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/chromium/chromium-malloc.patch')
-rw-r--r--testing/chromium/chromium-malloc.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/chromium/chromium-malloc.patch b/testing/chromium/chromium-malloc.patch
deleted file mode 100644
index 2fe5bfda86..0000000000
--- a/testing/chromium/chromium-malloc.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- chromium-17.0.942.0.orig/base/process_util_linux.cc
-+++ chromium-17.0.942.0/base/process_util_linux.cc
-@@ -640,7 +640,7 @@
-
- extern "C" {
- #if !defined(USE_TCMALLOC) && !defined(ADDRESS_SANITIZER) && \
-- !defined(OS_ANDROID)
-+ !defined(OS_ANDROID) && !defined(__UCLIBC__)
-
- extern "C" {
- void* __libc_malloc(size_t size);
-@@ -700,6 +700,7 @@
- OnNoMemorySize(size); \
- return ret; \
- }
-+
-
- DIE_ON_OOM_1(malloc)
- DIE_ON_OOM_1(valloc)