From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6232AC00A8F for ; Tue, 24 Oct 2023 16:10:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344083AbjJXQKH (ORCPT ); Tue, 24 Oct 2023 12:10:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234286AbjJXQKE (ORCPT ); Tue, 24 Oct 2023 12:10:04 -0400 Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 89D8910C2 for ; Tue, 24 Oct 2023 09:10:00 -0700 (PDT) Received: (from willy@localhost) by mail.home.local (8.17.1/8.17.1/Submit) id 39OG9dT3004051; Tue, 24 Oct 2023 18:09:39 +0200 Date: Tue, 24 Oct 2023 18:09:39 +0200 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Mark Brown , Thomas =?iso-8859-1?Q?Wei=DFschuh?= , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] tools/nolibc: Use linux/wait.h rather than duplicating it Message-ID: References: <20231023-nolibc-waitpid-flags-v2-1-b09d096f091f@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 24, 2023 at 05:59:13PM +0200, Thomas Weißschuh wrote: > Thanks! > > Oct 23, 2023 20:42:52 Mark Brown : > > > Linux defines a few custom flags for waitpid() which aren't currently > > provided by nolibc, make them available to nolibc based programs by just > > including linux/wait.h where they are defined instead of defining our > > own copy of the flags. > > > > Signed-off-by: Mark Brown > > Acked-by: Thomas Weißschuh > > I can apply it, but only next week. Yeah I'm fine as well, thanks Mark for this. I'm still too short on time these days but if I manage to upload it sooner, I'll let you know. Thanks! Willy