diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-02-01 15:30:30 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-02-01 15:30:30 +0000 |
commit | c04267425f5ed644b43c08f3346cd08f45045797 (patch) | |
tree | d5c9834bc0a943580a93193d64bb1c1dc56cbdc6 /packages/strace/strace-4.5.14/glibc-2.5.patch | |
parent | 10f09d94b095294066e05db541669b351a55c245 (diff) |
strace-4.5.14 : add missing patches nicked from poky
Diffstat (limited to 'packages/strace/strace-4.5.14/glibc-2.5.patch')
-rw-r--r-- | packages/strace/strace-4.5.14/glibc-2.5.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/strace/strace-4.5.14/glibc-2.5.patch b/packages/strace/strace-4.5.14/glibc-2.5.patch new file mode 100644 index 0000000000..3ee6b3de75 --- /dev/null +++ b/packages/strace/strace-4.5.14/glibc-2.5.patch @@ -0,0 +1,11 @@ +--- strace-4.5.14/strace.c~ 2006-10-14 14:54:54.000000000 +1000 ++++ strace-4.5.14/strace.c 2006-10-14 14:54:54.000000000 +1000 +@@ -2251,7 +2251,7 @@ + if (!cflag + && (qual_flags[WSTOPSIG(status)] & QUAL_SIGNAL)) { + unsigned long addr = 0, pc = 0; +-#ifdef PT_GETSIGINFO ++#if defined(PT_GETSIGINFO) && defined(IA64) + # define PSR_RI 41 + struct siginfo si; + unsigned long psr; |