Re: [RFC] Add 4/8 bytes to 'struct k_sigaction'...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> --- 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?


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux