commit 661f204cb78f9e36735a427eada797b5707830ba
Author: Tom Callaway <spot(a)fedoraproject.org>
Date: Tue Sep 12 10:15:39 2017 -0400
fix patch
chromium-61.0.3163.79-aarch64-glibc-2.26.90.patch | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/chromium-61.0.3163.79-aarch64-glibc-2.26.90.patch
b/chromium-61.0.3163.79-aarch64-glibc-2.26.90.patch
index a419f52..12e88d2 100644
--- a/chromium-61.0.3163.79-aarch64-glibc-2.26.90.patch
+++ b/chromium-61.0.3163.79-aarch64-glibc-2.26.90.patch
@@ -1,9 +1,9 @@
-diff -up
chromium-61.0.3163.79/breakpad/src/client/linux/handler/exception_handler.cc.aarchglibc
chromium-61.0.3163.79/breakpad/src/client/linux/handler/exception_handler.cc
----
chromium-61.0.3163.79/breakpad/src/client/linux/handler/exception_handler.cc.aarchglibc 2017-09-12
09:34:39.417504561 -0400
-+++
chromium-61.0.3163.79/breakpad/src/client/linux/handler/exception_handler.cc 2017-09-12
09:35:01.512009768 -0400
+diff -up
chromium-61.0.3163.79/breakpad/src/client/linux/handler/exception_handler.cc.aarch64glibc
chromium-61.0.3163.79/breakpad/src/client/linux/handler/exception_handler.cc
+---
chromium-61.0.3163.79/breakpad/src/client/linux/handler/exception_handler.cc.aarch64glibc 2017-09-12
10:12:25.375736650 -0400
++++
chromium-61.0.3163.79/breakpad/src/client/linux/handler/exception_handler.cc 2017-09-12
10:14:42.339638321 -0400
@@ -461,7 +461,7 @@ bool ExceptionHandler::HandleSignal(int
#if defined(__aarch64__)
- struct ucontext* uc_ptr = (struct ucontext*)uc;
+ ucontext_t* uc_ptr = (ucontext_t*)uc;
struct fpsimd_context* fp_ptr =
- (struct fpsimd_context*)&uc_ptr->uc_mcontext.__reserved;
+ (struct fpsimd_context*)&uc_ptr->uc_mcontext.__glibc_reserved1;
Show replies by date