From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25712 invoked by alias); 8 Dec 2005 21:10:10 -0000 Received: (qmail 25705 invoked by uid 22791); 8 Dec 2005 21:10:09 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 08 Dec 2005 21:10:08 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id jB8LA64t007546 for ; Thu, 8 Dec 2005 16:10:06 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id jB8LA6V15999 for ; Thu, 8 Dec 2005 16:10:06 -0500 Received: from localhost.localdomain (vpn50-83.rdu.redhat.com [172.16.50.83]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id jB8LA6Gg014204 for ; Thu, 8 Dec 2005 16:10:06 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id jB8LA1VW008614 for ; Thu, 8 Dec 2005 14:10:01 -0700 Date: Fri, 09 Dec 2005 11:48:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [linux] Always ignore restart/cancellation signals Message-ID: <20051208141000.10457fc0@ironwood.lan> In-Reply-To: <20051208204301.GA29490@nevyn.them.org> References: <20051208142420.GA21882@nevyn.them.org> <200512081950.jB8Jo9im029464@elgar.sibelius.xs4all.nl> <20051208133824.24b4c680@ironwood.lan> <20051208204301.GA29490@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00160.txt.bz2 On Thu, 8 Dec 2005 15:43:01 -0500 Daniel Jacobowitz wrote: > > [...] I do think that we > > ought to check for its existence first though. > > I'll do it if you like. They will exist in all LinuxThreads and NPTL > headers, [...] If you're confident that this is the case, then I withdraw my request to first check for the existence of __SIGRTMIN. Kevin