From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/830 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: SIG_* in signal.h Date: Thu, 17 May 2012 00:12:27 +0200 Message-ID: <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 1337206365 9612 80.91.229.3 (16 May 2012 22:12:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 May 2012 22:12:45 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-831-gllmg-musl=m.gmane.org@lists.openwall.com Thu May 17 00:12:44 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 1SUmSW-0002u5-4O for gllmg-musl@plane.gmane.org; Thu, 17 May 2012 00:12:40 +0200 Original-Received: (qmail 3144 invoked by uid 550); 16 May 2012 22:12:39 -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 3133 invoked from network); 16 May 2012 22:12:39 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:830 Archived-At: 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