Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1042308AbdDUSpH (ORCPT ); Fri, 21 Apr 2017 14:45:07 -0400 Received: from 216-197-64-233.tingfiber.com ([216.197.64.233]:44590 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1041896AbdDUSpB (ORCPT ); Fri, 21 Apr 2017 14:45:01 -0400 X-Greylist: delayed 899 seconds by postgrey-1.27 at vger.kernel.org; Fri, 21 Apr 2017 14:45:01 EDT Date: Fri, 21 Apr 2017 10:41:51 -0400 From: Rich Felker To: Hauke Mehrtens Cc: David Miller , dwmw2@infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, jarod@redhat.com, jogo@openwrt.org, david.heidelberger@ixit.cz, maillist-linux@barfooze.de, mikko.rapeli@iki.fi, musl@lists.openwall.com Subject: Re: [musl] Re: [PATCH v2 0/3] uapi glibc compat: fix musl libc compatibility Message-ID: <20170421144151.GF17319@brightrain.aerifal.cx> References: <20170418210036.26039-1-hauke@hauke-m.de> <20170420.160739.1263793303398330801.davem@davemloft.net> <1492719277.8404.16.camel@infradead.org> <20170420.163630.313375940241598525.davem@davemloft.net> <25477d46-b100-ce87-98d9-8c5e02d409b8@hauke-m.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <25477d46-b100-ce87-98d9-8c5e02d409b8@hauke-m.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 533 Lines: 18 On Fri, Apr 21, 2017 at 03:14:21PM +0200, Hauke Mehrtens wrote: > > > On 04/20/2017 10:36 PM, David Miller wrote: > > From: David Woodhouse > > Date: Thu, 20 Apr 2017 21:14:37 +0100 > > > >> I agree, except I don't think you're going far enough. Those "standard > >> names" you mention... some of this stuff actually depends on __GLIBC__, > >> and *that* isn't right either. > > > > Yep, that's something that needs correcting. > > > Should all libc implementations define __GLIBC__ Absolutely not. Rich