Hi, On Tue, Oct 07, 2014 at 05:03:30PM -0400, Carlos O'Donell wrote: > The only thing I will do different is make SIGEMT equal to SIGABRT, > that way we preserve the semantics of what this operation means. Linux > doesn't use SIGEMT, but it keeps hppa defining this for use by other > software that might want similar semantics. You can catch SIGABRT and > operate on it, so it's one way forward. I tested Helge's SIGNAL_NEW patches by recompiling my small distro (~100 packages) and only Tcl 8.6 complation breaks (duplicate case value in tclPosixStr.c / Tcl_SignalMsg). The current check they have is: #if defined(SIGEMT) && (!defined(SIGXCPU) || (SIGEMT != SIGXCPU)) case SIGEMT: return "SIGEMT"; #endif A. -- 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