From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/2574 Path: news.gmane.org!not-for-mail From: Rob Landley Newsgroups: gmane.linux.lib.musl.general Subject: Re: NULL Date: Mon, 14 Jan 2013 07:19:31 -0600 Message-ID: <1358169571.32505.19@driftwood> References: <20130113174731.GS4468@port70.net> <1358106388.32505.17@driftwood> <20130114061135.GM20323@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1358169590 13164 80.91.229.3 (14 Jan 2013 13:19:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jan 2013 13:19:50 +0000 (UTC) Cc: musl@lists.openwall.com To: musl@lists.openwall.com Original-X-From: musl-return-2575-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jan 14 14:20:08 2013 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 1TujxN-0006x8-73 for gllmg-musl@plane.gmane.org; Mon, 14 Jan 2013 14:20:05 +0100 Original-Received: (qmail 7474 invoked by uid 550); 14 Jan 2013 13:19:48 -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 7466 invoked from network); 14 Jan 2013 13:19:48 -0000 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:subject:to:cc:references:in-reply-to:x-mailer :message-id:mime-version:content-type:content-disposition :content-transfer-encoding:x-gm-message-state; bh=zrJaqeddZwBHqHK7uS52bkxgPtqhY+QItSXSouOQ+30=; b=ivzSPvpSeJ7wzlCfhL++IOPULKzzwvHe6BDOrqlo2C/CM4m/xi/ZjncXjCz/cMPZoM fb+c2hf3K9JRiOsDhTlSCNXjUJK6snosH/tqbVsX/FxU36oSHdK+TYLJ0Y+FVPfUZIRX 6ljEX1jgQua98RT6Z4Wkn9eLUs3NQwop5ktTnBsf6mX0TEppQb3WJ8uAj0SdA/Jt4caV hoiaXRi0jN7a8upHDhiCHN2GlfCWGZjzDt5sI+LydZxyE0IGjEIhhE3MbSC2gGziyHhD 3ha6oZ+uWsqzFy3VbL4Fwrj7/d0FD/5gs8WZQrDxjF94XZ4a/+XVxXbGbOPiteZAUQwv jLSA== X-Received: by 10.60.172.113 with SMTP id bb17mr53687873oec.110.1358169576342; Mon, 14 Jan 2013 05:19:36 -0800 (PST) In-Reply-To: <20130114061135.GM20323@brightrain.aerifal.cx> (from dalias@aerifal.cx on Mon Jan 14 00:11:35 2013) X-Mailer: Balsa 2.4.11 Content-Disposition: inline X-Gm-Message-State: ALoCoQlxVHwQ30+VdkXoTdIIKtuqXyNMH/UMw5wnXFhed7d8q3hH2GLOSYt2Q5ECCTGcGUgf1mrK Xref: news.gmane.org gmane.linux.lib.musl.general:2574 Archived-At: On 01/14/2013 12:11:35 AM, Rich Felker wrote: > On Sun, Jan 13, 2013 at 01:46:28PM -0600, Rob Landley wrote: > The emerging consensus seems to be using >=20 > #define NULL 0L >=20 > unconditionally in both C and C++ mode. Works for me. (Supplementing C99 with LP64 is valid for Linux, BSD, and =20 MacOS X. Windows getting it wrong is their problem.) Rob=