On Tue, May 30, 2006 at 06:12:18PM +0900, Hiroki Kaminaga wrote: > I'm using linux 2.6.16.11, and want to use SIGSTKFLT. > > This signal is defined in most other architectures (in > include/asm-xxx/signal.h) but not in mips. SIGSTKFLT is used for stack faults on coprocessors. That condition simply doesn't exist on MIPS thus no SIGSTKFLT. Ralf