Hi Aaro & Carlos,
On 10/09/2014 10:48 PM, Carlos O'Donell wrote:
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
Aaro, thanks a lot for testing !!!
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.
Yes, I agree.
Helge
--
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