summaryrefslogtreecommitdiff
path: root/package/strace
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-11 13:56:39 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-11 13:56:39 +0100
commitb782769986db676b49d10b22e20f2b8184448fc0 (patch)
treeefd24832508a9e98d40db89985d8fac6c8409e96 /package/strace
parent2ab43784187e124e517e361e342e3b482e99d6d0 (diff)
add adk-test-tools package
- scripts to shutdown qemu from linux - only start klogd when printk is available
Diffstat (limited to 'package/strace')
-rw-r--r--package/strace/patches/patch-util_c12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/strace/patches/patch-util_c b/package/strace/patches/patch-util_c
new file mode 100644
index 000000000..34181a22f
--- /dev/null
+++ b/package/strace/patches/patch-util_c
@@ -0,0 +1,12 @@
+--- strace-4.8.orig/util.c 2013-05-06 20:23:01.000000000 +0200
++++ strace-4.8/util.c 2014-03-07 15:34:01.074036954 +0100
+@@ -55,7 +55,9 @@
+ # ifdef HAVE_STRUCT_PT_ALL_USER_REGS
+ # define pt_all_user_regs XXX_pt_all_user_regs
+ # endif
++#if !defined(SH)
+ # include <linux/ptrace.h>
++#endif
+ # undef ia64_fpreg
+ # undef pt_all_user_regs
+ #endif