From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helge Deller Subject: Re: systemd on hppa and number of free RT signals Date: Thu, 09 Oct 2014 22:58:31 +0200 Message-ID: <5436F6F7.3000501@gmx.de> References: <5434418F.1020407@gmx.de> <20141009204115.GB4606@drone.musicnaut.iki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Cc: linux-parisc , John David Anglin , Jeroen Roovers To: Carlos O'Donell , Aaro Koskinen Return-path: In-Reply-To: List-ID: List-Id: linux-parisc.vger.kernel.org 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 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