summaryrefslogtreecommitdiff
path: root/packages/strace/strace-4.5.14/glibc-2.5.patch
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-02-01 15:32:43 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-02-01 15:32:43 +0000
commiteef028138383abf4efee1fcd53149a341445717b (patch)
tree5d83d90f7454777a4c47c4547038db2b01a78650 /packages/strace/strace-4.5.14/glibc-2.5.patch
parentc04267425f5ed644b43c08f3346cd08f45045797 (diff)
disapproval of revision 'c1ca81bdb586cb1c19068b48f512fa424ce13b9f'
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.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 3ee6b3de75..0000000000
--- a/packages/strace/strace-4.5.14/glibc-2.5.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;