| To: | "Steven J. Hill" <sjhill@realitydiluted.com> |
|---|---|
| Subject: | Re: [RFC] Add 4/8 bytes to 'struct k_sigaction'... |
| From: | Christoph Hellwig <hch@lst.de> |
| Date: | Thu, 6 Jan 2005 16:48:52 +0100 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <41DCC038.9000307@realitydiluted.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <41DCC038.9000307@realitydiluted.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.3.28i |
> --- signal.h 30 Sep 2003 14:27:29 -0000 1.17
> +++ signal.h 6 Jan 2005 04:21:58 -0000
> @@ -135,7 +135,7 @@
>
> struct k_sigaction {
> struct sigaction sa;
> -#ifdef CONFIG_BINFMT_IRIX
> +#if !defined(CONFIG_CPU_LITTLE_ENDIAN)
> void (*sa_restorer)(void);
> #endif
#ifdef __mipseb__ maybe?
Is IRIX emulation even working?
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] I/O helpers rework, Atsushi Nemoto |
|---|---|
| Next by Date: | Re: [RFC] Add 4/8 bytes to 'struct k_sigaction'..., sjhill |
| Previous by Thread: | [RFC] Add 4/8 bytes to 'struct k_sigaction'..., Steven J. Hill |
| Next by Thread: | Re: [RFC] Add 4/8 bytes to 'struct k_sigaction'..., sjhill |
| Indexes: | [Date] [Thread] [Top] [All Lists] |