linux-tools: fix i686.
This commit is contained in:
parent
8851ca272b
commit
44e3741124
1 changed files with 10 additions and 0 deletions
10
srcpkgs/linux-tools/patches/i686.patch
Normal file
10
srcpkgs/linux-tools/patches/i686.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- tools/perf/arch/x86/util/unwind-libunwind.c.orig
|
||||
+++ tools/perf/arch/x86/util/unwind-libunwind.c
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
-#ifndef REMOTE_UNWIND_LIBUNWIND
|
||||
#include <errno.h>
|
||||
+#ifndef REMOTE_UNWIND_LIBUNWIND
|
||||
#include <libunwind.h>
|
||||
#include "perf_regs.h"
|
||||
#include "../../util/unwind.h"
|
Loading…
Reference in a new issue