From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14762 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Re: posix_spawn Date: Mon, 30 Sep 2019 18:36:32 -0400 Message-ID: <20190930223632.GW9017@brightrain.aerifal.cx> References: Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="167466"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.5.21 (2010-09-15) Cc: musl To: Joshua Hudson Original-X-From: musl-return-14778-gllmg-musl=m.gmane.org@lists.openwall.com Tue Oct 01 00:51:08 2019 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.89) (envelope-from ) id 1iF4VV-000hQq-Rd for gllmg-musl@m.gmane.org; Tue, 01 Oct 2019 00:51:05 +0200 Original-Received: (qmail 26238 invoked by uid 550); 30 Sep 2019 22:50:58 -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 26188 invoked from network); 30 Sep 2019 22:50:57 -0000 Content-Disposition: inline In-Reply-To: Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:14762 Archived-At: On Mon, Sep 30, 2019 at 02:15:05PM -0700, Joshua Hudson wrote: > >> posix_spawn can't be used in the originating location > > > why? > > chdir(); See commit 74244e5b3ed4a61d99c5fc0967b69e5c9a753456: "add posix_spawn [f]chdir file actions". Rich