aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/musl-crashpad.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/chromium/musl-crashpad.patch')
-rw-r--r--community/chromium/musl-crashpad.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/chromium/musl-crashpad.patch b/community/chromium/musl-crashpad.patch
new file mode 100644
index 0000000000..60f5bc67be
--- /dev/null
+++ b/community/chromium/musl-crashpad.patch
@@ -0,0 +1,12 @@
+diff --git a/third_party/crashpad/crashpad/util/linux/ptracer.cc b/third_party/crashpad/crashpad/util/linux/ptracer.cc
+index 63bee1e..24ef002 100644
+--- ./third_party/crashpad/crashpad/util/linux/ptracer.cc
++++ ./third_party/crashpad/crashpad/util/linux/ptracer.cc
+@@ -26,6 +26,7 @@
+
+ #if defined(ARCH_CPU_X86_FAMILY)
+ #include <asm/ldt.h>
++#include <asm/ptrace-abi.h>
+ #endif
+
+ namespace crashpad {