aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/no-getcontext.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/chromium/no-getcontext.patch')
-rw-r--r--community/chromium/no-getcontext.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/chromium/no-getcontext.patch b/community/chromium/no-getcontext.patch
deleted file mode 100644
index 71c1e9122ed..00000000000
--- a/community/chromium/no-getcontext.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- ./third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc
-+++ ./third_party/breakpad/breakpad/src/client/linux/handler/exception_handler.cc
-@@ -490,7 +490,9 @@
- siginfo.si_code = SI_USER;
- siginfo.si_pid = getpid();
- ucontext_t context;
-+#if defined(__GLIBC__)
- getcontext(&context);
-+#endif
- return HandleSignal(sig, &siginfo, &context);
- }
-
-@@ -675,9 +677,13 @@
- sys_prctl(PR_SET_DUMPABLE, 1, 0, 0, 0);
-
- CrashContext context;
-+#if defined(__GLIBC__)
- int getcontext_result = getcontext(&context.context);
- if (getcontext_result)
- return false;
-+#else
-+ return false;
-+#endif
-
- #if defined(__i386__)
- // In CPUFillFromUContext in minidumpwriter.cc the stack pointer is retrieved