mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-01 11:51:16 +02:00
12 lines
382 B
Diff
12 lines
382 B
Diff
--- 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);
|
|
|