On Thu, Oct 9, 2014 at 4:41 PM, Aaro Koskinen <aaro.koskinen@xxxxxx> wrote: > #if defined(SIGEMT) && (!defined(SIGXCPU) || (SIGEMT != SIGXCPU)) > case SIGEMT: return "SIGEMT"; > #endif Helge, I withdraw my suggestion to make SIGEMT equal to SIGABRT. Just remove it. It's not needed on Linux and just causes problems. In this case it conflicts with SIGABRT in the case statement. Better to just remove it. Cheers, Carlos. -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html