From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/227 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: cluts comments Date: Wed, 3 Aug 2011 13:13:43 -0400 Message-ID: <20110803171343.GW132@brightrain.aerifal.cx> References: <20110803170406.GP29562@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1312392351 19130 80.91.229.12 (3 Aug 2011 17:25:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 3 Aug 2011 17:25:51 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-311-gllmg-musl=m.gmane.org@lists.openwall.com Wed Aug 03 19:25:48 2011 Return-path: Envelope-to: gllmg-musl@lo.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by lo.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1QofCV-0001uK-D6 for gllmg-musl@lo.gmane.org; Wed, 03 Aug 2011 19:25:47 +0200 Original-Received: (qmail 9845 invoked by uid 550); 3 Aug 2011 17:25:47 -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 9837 invoked from network); 3 Aug 2011 17:25:46 -0000 Content-Disposition: inline In-Reply-To: <20110803170406.GP29562@port70.net> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:227 Archived-At: On Wed, Aug 03, 2011 at 07:04:07PM +0200, Szabolcs Nagy wrote: > alloc.c does not compile with glibc here > it seems _POSIX_C_SOURCE is not enough for > glibc to have SA_NODEFER in signal.h > i guess that's a glibc bug.. We're halfway through 2011 and glibc can't catch up to POSIX 2008... Previously SA_NODEFER was in the XSI option. Again, I think it would be a very good idea to use -D_XOPEN_SOURCE=700 *globally* for all tests. > i've seen mixed use of %i and %d in printf > i had to look up the difference (nothing) > i recommend using only one of them consistently > (i prefer %d) Me too. Rich