delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DKIM-Filter: | OpenDKIM Filter v2.11.0 sourceware.org 8F9AB385840E |
DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; |
s=default; t=1681892686; | |
bh=KiNayowuGymjaHvNdNFAW2D3kCRcbB5kPas1GGQNXb0=; | |
h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: | |
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: | |
From; | |
b=X6gkdfhSaDr5atzd+pznlrAAfvhFqQ9snTcVZfNf6ppqP7WRXcs3XF9RioaBAGJUK | |
PTIfZmZZg0QMz4dTKSjCuo0BYBfkItljUpVLownX1FOXZx/cmoJJI5NAhFCeTz8OkP | |
Sd92Gvd3bJmg6YPmJB6TVbLJP1e74KX7t7oGCZVA= | |
X-Original-To: | cygwin AT cygwin DOT com |
Delivered-To: | cygwin AT cygwin DOT com |
DKIM-Filter: | OpenDKIM Filter v2.11.0 sourceware.org A440B385773F |
Date: | Wed, 19 Apr 2023 10:24:05 +0200 |
To: | Bruno Haible <bruno AT clisp DOT org> |
Subject: | Re: posix_spawn facility |
Message-ID: | <ZD+lJeaXDZ8V4WWk@calimero.vinschen.de> |
Mail-Followup-To: | Bruno Haible <bruno AT clisp DOT org>, cygwin AT cygwin DOT com |
References: | <1752276 DOT 7aRn1RRit1 AT nimes> <ZD0O442kk5d7VKrx AT calimero DOT vinschen DOT de> |
<5022555 DOT upeRZZJTqa AT nimes> | |
MIME-Version: | 1.0 |
In-Reply-To: | <5022555.upeRZZJTqa@nimes> |
X-BeenThere: | cygwin AT cygwin DOT com |
X-Mailman-Version: | 2.1.29 |
List-Id: | General Cygwin discussions and problem reports <cygwin.cygwin.com> |
List-Unsubscribe: | <https://cygwin.com/mailman/options/cygwin>, |
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe> | |
List-Archive: | <https://cygwin.com/pipermail/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-request AT cygwin DOT com?subject=help> |
List-Subscribe: | <https://cygwin.com/mailman/listinfo/cygwin>, |
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe> | |
From: | Corinna Vinschen via Cygwin <cygwin AT cygwin DOT com> |
Reply-To: | cygwin AT cygwin DOT com |
Cc: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com>, cygwin AT cygwin DOT com |
Errors-To: | cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com |
Sender: | "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com> |
X-MIME-Autoconverted: | from base64 to 8bit by delorie.com id 33J8P95w022498 |
Hi Bruno, On Apr 17 20:44, Bruno Haible via Cygwin wrote: > Btw, there are two more functions in the posix_spawn family meanwhile: > * posix_spawn_file_actions_addchdir_np > implemented by glibc [1], musl libc, macOS, FreeBSD [2], Solaris ≥ 11.3 > used by a few packages (Firefox, Chromium, Rust) > * posix_spawn_file_actions_addfchdir_np > implemented in glibc, musl libc > but not used by any package so far [3]. > > The next POSIX will contain these functions (without the _np suffix).[4] Actually I had some spare time yesterday so I came up with an implementation of posix_spawn_file_actions_addchdir_np and posix_spawn_file_actions_addfchdir_np. It's pretty straightforward: https://cygwin.com/cgit/newlib-cygwin/commit/?id=7e03fc35f528 https://cygwin.com/cgit/newlib-cygwin/commit/?id=c743751aafa8 You can install the just building test release cygwin-3.5.0-0.287.g53f7fb20a064 via our installer, if you'd like to test it. Actually... do you have a testcase readily available to share with us? Thanks, Corinna -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |