diff options
Diffstat (limited to 'community/chromium/musl-crashpad.patch')
-rw-r--r-- | community/chromium/musl-crashpad.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/community/chromium/musl-crashpad.patch b/community/chromium/musl-crashpad.patch index 60f5bc67be..1e19a99d42 100644 --- a/community/chromium/musl-crashpad.patch +++ b/community/chromium/musl-crashpad.patch @@ -1,5 +1,3 @@ -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 @@ @@ -9,4 +7,4 @@ index 63bee1e..24ef002 100644 +#include <asm/ptrace-abi.h> #endif - namespace crashpad { + #if defined(ARCH_CPU_ARM_FAMILY) |