From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/835 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: SIG_* in signal.h Date: Wed, 16 May 2012 20:14:16 -0400 Message-ID: <20120517001416.GV163@brightrain.aerifal.cx> References: <20120516221227.GV17860@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1337213987 27362 80.91.229.3 (17 May 2012 00:19:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 May 2012 00:19:47 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-836-gllmg-musl=m.gmane.org@lists.openwall.com Thu May 17 02:19:46 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1SUoRW-0003pp-9W for gllmg-musl@plane.gmane.org; Thu, 17 May 2012 02:19:46 +0200 Original-Received: (qmail 15801 invoked by uid 550); 17 May 2012 00:19:45 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 15793 invoked from network); 17 May 2012 00:19:45 -0000 Content-Disposition: inline In-Reply-To: <20120516221227.GV17860@port70.net> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:835 Archived-At: On Thu, May 17, 2012 at 12:12:27AM +0200, Szabolcs Nagy wrote: > i just tried to compile pcc using musl > and it failed because SIG_IGN was undefined > > it seem SIG_ING, SIG_ERR, SIG_DFL are ifdefed > with various featuretest macros in signal.h > eventhough they are ansic Are you sure? I don't see that problem in my version and as far as I know I fixed that bug about a year ago... Rich