From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20262 invoked by alias); 3 Dec 2019 19:04:51 -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 20157 invoked by uid 89); 3 Dec 2019 19:04:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=scenarios X-HELO: mail-lj1-f194.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=HXqR+1a+h/y/sVZZ8usVzHai3jh/TVlJDlF+QM9ORfY=; b=fNnT21FB9JEogBzxepzWx421HZVCXxfnscCdqgjm2u9t0Dor5ObNZdPAcETxmveIJ4 E13kTd6kVOwAHB0okY2JcpfXAavRHHdphTuOS9N7XGPWOwGLaniN5VMrg80aIgqnuBw+ 2GVsYcWharTvXSF4ls+ktdto0A/RoyeVIroG6SSiiFlWKwNp9UzU8LY2uFgwbb0LTABC OLc/giMYopWUFvFku+LdJMMLs681fM5FIbSYBpplHfAMd70uMDIFsU0UMc2nk6jFtzql uDQzUYEsGhzqCiSCCPkcnZBc0mYhSiSa3jPkdJRZr97yo5PllATnjdeXFJ2KfSDWHFAh DTFQ== MIME-Version: 1.0 References: <20191114144704.19002-1-adhemerval.zanella@linaro.org> <20191114144704.19002-5-adhemerval.zanella@linaro.org> <21e43b69-28a4-2d38-1faa-a4432f3cf255@linaro.org> In-Reply-To: From: Alistair Francis Date: Tue, 03 Dec 2019 19:04:00 -0000 Message-ID: Subject: Re: [PATCH 5/7] linux: Use waitid on wait4 if __NR_wait4 is not defined To: Adhemerval Zanella Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-12/txt/msg00107.txt.bz2 On Mon, Nov 25, 2019 at 4:42 AM Adhemerval Zanella wrote: > > > > On 25/11/2019 09:39, Adhemerval Zanella wrote: > > > So it seems that __ASSUME_WAITID_PID0_P_PGID should be a safe call to > > avoid such theoretical scenarios. I will rework how the flag is used > > to mimic other assume usage where newer kernel version undef the flag, > > so it should be simpler to remove it once the minimum kernel is lifted. > > > > In fact I think change the __ASSUME_WAITID_PID0_P_PGID won't be much > a improvement Any update on this series? Alistair