From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/224 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: cluts comments Date: Wed, 3 Aug 2011 19:04:07 +0200 Message-ID: <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 1312391064 9146 80.91.229.12 (3 Aug 2011 17:04:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 3 Aug 2011 17:04:24 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-308-gllmg-musl=m.gmane.org@lists.openwall.com Wed Aug 03 19:04:21 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 1Qoerk-0006of-4Q for gllmg-musl@lo.gmane.org; Wed, 03 Aug 2011 19:04:20 +0200 Original-Received: (qmail 30111 invoked by uid 550); 3 Aug 2011 17:04:19 -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 30102 invoked from network); 3 Aug 2011 17:04:19 -0000 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Xref: news.gmane.org gmane.linux.lib.musl.general:224 Archived-At: i've reported these on irc, but luka was not there so before i forget: alloc.c:127: WEXITSTAUS(stat) used after !WIFEXITED(stat) alloc.c should include signal.h (it uses sigaction) 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.. 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)