On Fri, Dec 17, 2004 at 06:21:01PM -0600, Steven J. Hill wrote: > I actually broke out the macro and it is complaining about the > initialization > of 'action' member in the 'sighand_struct' defined in > 'include/linux/sched.h'. > > struct sighand_struct { > atomic_t count; > struct k_sigaction action[_NSIG]; > spinlock_t siglock; > }; > > I do not see this when compiling x86 code and the MIPS structure is > not that drastically different IMHO. Anyone have some ideas on this > one? The members of struct sigaction are ordered differently on MIPS. Ralf