Date: Friday, August 25, 2017 @ 18:05:29 Author: foutrelis Revision: 253397
Add what appears to be a misplaced errno.h include Modified: linux-tools/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-25 17:24:35 UTC (rev 253396) +++ PKGBUILD 2017-08-25 18:05:29 UTC (rev 253397) @@ -53,6 +53,10 @@ # usbip: Fix potential format overflow in userspace tools git cherry-pick -n e5dfa3f902b9a642ae8c6997d57d7c41e384a90b + # Fix "unwind-libunwind.c:109:11: error: ‘EINVAL’ undeclared" on i686 + # Not sure why this wasn't an issue until now... + sed -i '1i #include <errno.h>' tools/perf/arch/x86/util/unwind-libunwind.c + # apply stable kernel patch #patch -p1 -N -i "$srcdir"/patch-4.7.5
