From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121753 invoked by alias); 21 Apr 2017 18:26:07 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 121736 invoked by uid 89); 21 Apr 2017 18:26:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=UD:php, brought X-HELO: mail-qk0-f170.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=3NxaND0DnzPfAohDFHIIy3AWXYYZlJp9BKbZ9C5Ptbw=; b=ZyZWVnD+CFXsb0jenx0Vyuu6+AZ4hScKepZ2s/pEewbjvVjzjmfx3pqC1QmkPAUxBT ztN447i+ewrXpfB2GggEKm8y+TOuN3Cyf2DUwgYQ5M0KJaTVcHPLgRokkzkZli70fFDo YEN/MsZwa8pxPgCh7f2yfCdZmJvPzm6h5c1jP24dkYq9sq5AmEaNbuHT71EU1zpoLm7y Mn/k3d2urxXVjyIc1XeFqlTTyMR314ge1s8EPkjNgqAYsJmg1gxvmt39aj0xZ6BfJK+m 8Z4rUOecYA7LdPcCjXxG6Qz98r7wZlbsamBVCzQuLBjSeP7VIuOqN1qFmyPuBLo/T6D5 nVYg== X-Gm-Message-State: AN3rC/6YQ5zitefxtxZhOjI+KhtH7TTUHp8ic2eqzC97OlIVDiNzpq4l uu2gvL+zKW+ErrSC X-Received: by 10.55.116.5 with SMTP id p5mr13567754qkc.305.1492798648516; Fri, 21 Apr 2017 11:17:28 -0700 (PDT) Subject: Re: [PATCH v3][BZ 21340] add support for POSIX_SPAWN_SETSID To: Joseph Myers References: <20170405054116.9007-1-quae@daurnimator.com> <75eb12d0-a3f1-2b37-90d5-0a9a3f7f9a99@redhat.com> Cc: libc-alpha@sourceware.org, Zack Weinberg , Florian Weimer From: Adhemerval Zanella Message-ID: <21a284c0-ec5c-d5dd-7e85-e82d68f8d121@linaro.org> Date: Fri, 21 Apr 2017 18:26:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-04/txt/msg00469.txt.bz2 On 21/04/2017 12:45, Joseph Myers wrote: > On Fri, 21 Apr 2017, Adhemerval Zanella wrote: > >> * conform/data/spawn.h-data: Add POSIX_SPAWN_SETSID flag. > > See my previous comments. http://austingroupbugs.net/view.php?id=1044 has > the issue8 tag - this is *not* a bug fix to the standard for a future TC > (which would be applied unconditionally to the headers and expectations), > it's a new feature for the next major POSIX revision, so does not go in > conform/ expectations until such a revision exists (at which point it > would be appropriately conditional in those expectations) and is > conditioned on __USE_GNU until such a revision exists (at which point it > would be conditional on the feature test macros for the new revision). > Thanks for the point, Florian has also brought it to my attention and I have sent an updated patch (which I can't get a link due sourceware.org outage).