From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1677 Path: news.gmane.org!not-for-mail From: idunham@lavabit.com Newsgroups: gmane.linux.lib.musl.general Subject: compatability: bits/syscall.h requires C99 Date: Thu, 23 Aug 2012 01:07:35 -0400 (EDT) Message-ID: <12609.132.241.65.179.1345698455.squirrel@lavabit.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1345698478 16192 80.91.229.3 (23 Aug 2012 05:07:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 23 Aug 2012 05:07:58 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1678-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 23 07:07:52 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 1T4Pe3-0003nt-8x for gllmg-musl@plane.gmane.org; Thu, 23 Aug 2012 07:07:51 +0200 Original-Received: (qmail 7482 invoked by uid 550); 23 Aug 2012 05:07:49 -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 7474 invoked from network); 23 Aug 2012 05:07:49 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=cInufrXNlnOAPgZ8PSAG78BHBiG6tR987CNTWRBeTRyA5a9o35JaG4ZALbZOHI0VDJ/Plwp7WwjB22L3BfLF7dRm97ybH+h2f8r24sKSSyxSikxLvH/kLkSvbSpU2mexGoCtgLgcUStaKzU2uDwfgLRfe7macFPYR2MA1+3JXRs=; h=Message-ID:Date:Subject:From:To:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding; User-Agent: SquirrelMail/1.4.13 Xref: news.gmane.org gmane.linux.lib.musl.general:1677 Archived-At: I've been trying to get musl compatability patches for libuv merged upstream, and I have it building, but there's one sticking point: Upstream insists on using --std=c89 (I guess for portability to other platforms). This makes GCC choke on "long" in . Per make -i, this is the only problem. Would it be possible to eliminate this requirement? Thanks, Isaac Dunham