diff options
Diffstat (limited to 'testing/chromium/chromium-breakpad.patch')
-rw-r--r-- | testing/chromium/chromium-breakpad.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/chromium/chromium-breakpad.patch b/testing/chromium/chromium-breakpad.patch deleted file mode 100644 index deb3af8cf..000000000 --- a/testing/chromium/chromium-breakpad.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- chromium-17.0.942.0.orig/breakpad/src/client/linux/handler/exception_handler.cc -+++ chromium-17.0.942.0/breakpad/src/client/linux/handler/exception_handler.cc -@@ -474,7 +474,7 @@ - } - - bool ExceptionHandler::WriteMinidump() { --#if !defined(__ARM_EABI__) -+#if !defined(__ARM_EABI__) && !defined(__UCLIBC__) - // Allow ourselves to be dumped. - sys_prctl(PR_SET_DUMPABLE, 1); - |