From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10703 Path: news.gmane.org!.POSTED!not-for-mail From: Felix Janda Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] fix namespace pollution in by linux specific syscalls Date: Thu, 3 Nov 2016 19:42:57 -0400 Message-ID: <20161103234257.GA15535@nyan> References: <20161103125622.GA1042@nyan> <20161103144358.GJ5749@port70.net> <20161103152807.GA283@nyan> <20161103224119.GA1555@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1478216916 28066 195.159.176.226 (3 Nov 2016 23:48:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 3 Nov 2016 23:48:36 +0000 (UTC) User-Agent: Mutt/1.6.1 (2016-04-27) To: musl@lists.openwall.com Original-X-From: musl-return-10716-gllmg-musl=m.gmane.org@lists.openwall.com Fri Nov 04 00:48:31 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1c2Rk1-0004oQ-34 for gllmg-musl@m.gmane.org; Fri, 04 Nov 2016 00:48:17 +0100 Original-Received: (qmail 9494 invoked by uid 550); 3 Nov 2016 23:48:18 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 9476 invoked from network); 3 Nov 2016 23:48:18 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20161103224119.GA1555@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:10703 Archived-At: Rich Felker wrote: > On Thu, Nov 03, 2016 at 11:28:07AM -0400, Felix Janda wrote: > > Szabolcs Nagy wrote: > > > * Felix Janda [2016-11-03 08:56:30 -0400]: > > > > The exposure of pipe2() breaks compilation for staden-io_lib. > > > > > > i think they should fix it as pipe2 is scheduled for issue8 of posix. > > > http://austingroupbugs.net/view.php?id=411 > > > > ok, thanks for remarking that. So I take back my patch and will report > > the issue to them. (I don't know whether one should bother with hiding > > dup3.) > > dup3 is also POSIX-future. ok. Also, staden-io_lib has been fixed in newer versions. Sorry for the noise. Felix