]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/strace/strace/arm-compilation.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / strace / strace / arm-compilation.patch
1 --- strace-4.4.98/syscall.c~arm-compilation     2003-06-04 01:29:04.000000000 +0200
2 +++ strace-4.4.98/syscall.c     2003-09-01 00:13:02.000000000 +0200
3 @@ -696,6 +696,7 @@
4         static int d0;
5  #elif defined (ARM)
6         static struct pt_regs regs;
7 +       static long r0;
8  #elif defined (ALPHA)
9         static long r0;
10         static long a3;