diff options
Diffstat (limited to 'system/diffutils/musl-ppc32.patch')
-rw-r--r-- | system/diffutils/musl-ppc32.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/diffutils/musl-ppc32.patch b/system/diffutils/musl-ppc32.patch new file mode 100644 index 000000000..c1cd3dace --- /dev/null +++ b/system/diffutils/musl-ppc32.patch @@ -0,0 +1,12 @@ +diff -ur a/lib/sigsegv.c b/lib/sigsegv.c +--- a/lib/sigsegv.c 2022-01-08 21:35:58.620000000 +0000 ++++ b/lib/sigsegv.c 2022-01-08 21:36:11.380000000 +0000 +@@ -222,7 +222,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 + |