From b1eb50599e4db7eb4501af75cbbfa22007081ea5 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 14 Jun 2018 02:22:19 -0500 Subject: The New Plan all pkgs needed to bootstrap -> system others -> user --- system/psmisc/musl_ptregs.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 system/psmisc/musl_ptregs.patch (limited to 'system/psmisc/musl_ptregs.patch') diff --git a/system/psmisc/musl_ptregs.patch b/system/psmisc/musl_ptregs.patch new file mode 100644 index 000000000..29fee6a2a --- /dev/null +++ b/system/psmisc/musl_ptregs.patch @@ -0,0 +1,20 @@ +Author: Breno Leitao +Date: Thu Apr 6 14:03:00 2017 -0300 + + peekfd: Avoid pt_regs clash + +Index: psmisc-22.21/src/peekfd.c +=================================================================== +--- a/src/peekfd.c.old ++++ b/src/peekfd.c +@@ -27,7 +27,9 @@ + #include + #include + #include ++#define pt_regs uapi_pt_regs + #include ++#undef pt_regs + #include + #include + #include + -- cgit v1.2.3-60-g2f50