| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH] Have sigpoll and sigio band field match glibc for n64. |
| From: | Peter Watkins <pwatkins@sicortex.com> |
| Date: | Fri, 9 Mar 2007 14:46:26 -0500 |
| Cc: | Peter Watkins <pwatkins@sicortex.com> |
| In-reply-to: | <1173469586997-git-send-email-pwatkins@sicortex.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | [PATCH] Have sigpoll and sigio band field match glibc for n64 <1173469586997-git-send-email-pwatkins@sicortex.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Peter Watkins <pwatkins@gsrv020.sicortex.com>
---
include/asm-mips/siginfo.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/asm-mips/siginfo.h b/include/asm-mips/siginfo.h
index 2e32949..37a0e1f 100644
--- a/include/asm-mips/siginfo.h
+++ b/include/asm-mips/siginfo.h
@@ -32,6 +32,8 @@ #ifdef CONFIG_64BIT
#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
#endif
+#define __ARCH_SI_BAND_T int
+
#include <asm-generic/siginfo.h>
typedef struct siginfo {
--
1.4.2.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | crash in first printk of start_kernel, Attila Kinali |
|---|---|
| Next by Date: | [PATCH] Have sigpoll and sigio band field match glibc for n64, Peter Watkins |
| Previous by Thread: | [PATCH] Have sigpoll and sigio band field match glibc for n64, Peter Watkins |
| Next by Thread: | Re: [PATCH] Have sigpoll and sigio band field match glibc for n64, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |