X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 046CA385840B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1709012889; bh=F7S9RJKWih8O4HewW1sE43ixNGfaMcpk6yIBkzbJzic=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=bV6fGAzgzbxXhme2ciuMl+jxkRuZ+CcQ+gvG8pl4M/BHajgEF1DQkEeCQBagrVxNJ aKan5jWBj0w1Jn7i95BEGR0GFA8nXnjEFKxzhXsCVa6+wYrRzYHFIaxI4dgs5sedJi nCk2icZi9EBMYXxXQqdB8WgAR2SpZYriMQmcLg+U= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C977E3858C56 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org C977E3858C56 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709012863; cv=none; b=tanC7Fp1iB7hpVbOxVhZBIPyyX1/4DDtrhcaJIHENmi2wIHNGgQUgO1mUm/GFRhs0GQsd0qh2DKIX6VZRES388JykLrheQ7bFYUWFrfNy4Q8mmn89uznO1TI6Oh2wld9PwLJCyTJs67vGeQUYm5fcMS6pQN2YCHsvNE9jiBbUE4= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1709012863; c=relaxed/simple; bh=gdnvb0njEQtXKeQv/i+i3x34A4+nQSjn6qjQPrwOKXs=; h=Message-ID:Date:MIME-Version:Subject:To:From; b=iehIJ4dW6BKa8jL9rP6mzBvRBLHmfHTxniYlK4i9niKLWnIDzyp/YgUBqpvh784zpB6Hanjtk15t9iyi8O4t+9s3ea3izZ9mubw0ccsAer5cloETkap9kErISlwht+8iGD/qHQnvPf1hSZCXnp5Q+k1CpGB3y89P5feOG7eNEqE= ARC-Authentication-Results: i=1; server2.sourceware.org Message-ID: <00ca6f45-aef6-4d0c-9440-8a00b2de487a@SystematicSW.ab.ca> Date: Mon, 26 Feb 2024 22:47:38 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Native posix_spawn() in Cygwin? Content-Language: en-CA To: cygwin AT cygwin DOT com References: Organization: Systematic Software In-Reply-To: X-Rspamd-Queue-Id: 6541B2000E X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE, UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.6 X-Stat-Signature: rmeu15u5g8b1zjshfw8rky7u1d9zoaee X-Rspamd-Server: rspamout04 X-Session-Marker: 427269616E2E496E676C69734053797374656D6174696353572E61622E6361 X-Session-ID: U2FsdGVkX18+WVcVWFTv6KGdWr/WQ33wKcGqY6DywCQ= X-HE-Tag: 1709012859-451769 X-HE-Meta: U2FsdGVkX196Y+ja/hgQhtDZNUDOmXOU5TcbS+BvCHtY0oRlREjaZyF8Rw3asZlaQ8yPfVOiV0K5tso5ZzaLKSDHeubB0OiEYzpJnvoeSv7YrNtdtplIYUnv7KVPNhLWNWvg2BKPoyyPq8XdCrLPp97j5HEn4PZ6jy+aKIaamA9eFyXeYigAYQXLNxGzDJ+2TbtMHq765Lbbnh7Av+cSI5GEEOuB9qQALtOSymi0W+trCorJ+DPcaqrGBIHl18ExrTzXtnRpaC/aHOFFsgbe65idPacLm70iaG8m47Jc7J2EWrQD/m6XqiHEQKV2vEi2tsW9dYRsZjvlEPlR0/kNf0HRn1qlfnF7PNKPY9NoMur8IoY/hAV09CtIZZRrU2qpOXdWGzo0PVd+OdtgaglnkFLDJiOxUWJIT6PgKQO7ZYEeBxDrlujwhg== X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Brian Inglis via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Brian Inglis Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 41R5mBI9743192 On 2024-02-26 20:23, Dan Shelton via Cygwin wrote: > Does Cygwin implement a native, i.e. without form(),exec(), implementation of posix_spawn()? Check the API compatibility docs online: https://cygwin.com/cygwin-api/compatibility.html#std-susv4 or optional locally installed package cygwin-doc: /usr/share/doc/cygwin-doc/html/cygwin-api/compatibility.html#std-susv4 -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien à retirer but when there is no more to cut -- Antoine de Saint-Exupéry -- 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