summaryrefslogtreecommitdiff
path: root/system/grep/musl-ppc32.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-03-31 01:43:34 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-04-01 21:20:01 -0500
commit5d9ffc28fc6a0d99338cac0b020e3eac486bccfc (patch)
treedbe349124860f531abd9a3a9770407811c32dee0 /system/grep/musl-ppc32.patch
parent2637cad6efa027d88c6ca5588affc55c07071fad (diff)
downloadpackages-5d9ffc28fc6a0d99338cac0b020e3eac486bccfc.tar.gz
packages-5d9ffc28fc6a0d99338cac0b020e3eac486bccfc.tar.bz2
packages-5d9ffc28fc6a0d99338cac0b020e3eac486bccfc.tar.xz
packages-5d9ffc28fc6a0d99338cac0b020e3eac486bccfc.zip
system/grep: Update to 3.10
Diffstat (limited to 'system/grep/musl-ppc32.patch')
-rw-r--r--system/grep/musl-ppc32.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/system/grep/musl-ppc32.patch b/system/grep/musl-ppc32.patch
deleted file mode 100644
index 7f4149408..000000000
--- a/system/grep/musl-ppc32.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur a/lib/sigsegv.c b/lib/sigsegv.c
---- a/lib/sigsegv.c 2022-05-07 13:35:30.000000000 +0000
-+++ b/lib/sigsegv.c 2022-05-07 13:38:33.030000000 +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
-