summaryrefslogtreecommitdiff
path: root/system/m4/fix-ppc-ucontext-regs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/m4/fix-ppc-ucontext-regs.patch')
-rw-r--r--system/m4/fix-ppc-ucontext-regs.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/m4/fix-ppc-ucontext-regs.patch b/system/m4/fix-ppc-ucontext-regs.patch
deleted file mode 100644
index d696da4ad..000000000
--- a/system/m4/fix-ppc-ucontext-regs.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur a/lib/sigsegv.c b/lib/sigsegv.c
---- a/lib/sigsegv.c 2022-03-05 20:30:15.030000000 +0000
-+++ b/lib/sigsegv.c 2022-03-05 20:42:49.910000000 +0000
-@@ -220,7 +220,7 @@
- # if 0
- # define SIGSEGV_FAULT_STACKPOINTER ((ucontext_t *) ucp)->uc_mcontext.regs->gpr[1]
- # else
--# define SIGSEGV_FAULT_STACKPOINTER ((ucontext_t *) ucp)->uc_mcontext.uc_regs->gregs[1]
-+# define SIGSEGV_FAULT_STACKPOINTER ((ucontext_t *) ucp)->uc_mcontext.gregs[1]
- # endif
- # endif
-