aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/strace/strace/arm-compilation.patch
blob: 9dd7133ce1ff8a3b6a4114c5d32505f77b939787 (plain)
1
2
3
4
5
6
7
8
9
10
--- strace-4.4.98/syscall.c~arm-compilation	2003-06-04 01:29:04.000000000 +0200
+++ strace-4.4.98/syscall.c	2003-09-01 00:13:02.000000000 +0200
@@ -696,6 +696,7 @@
 	static int d0;
 #elif defined (ARM)
 	static struct pt_regs regs;
+	static long r0;
 #elif defined (ALPHA)
 	static long r0;
 	static long a3;