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 2851DC00A8F for ; Tue, 24 Oct 2023 15:59:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343977AbjJXP7d (ORCPT ); Tue, 24 Oct 2023 11:59:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343746AbjJXP7a (ORCPT ); Tue, 24 Oct 2023 11:59:30 -0400 Received: from todd.t-8ch.de (todd.t-8ch.de [159.69.126.157]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E5A7283 for ; Tue, 24 Oct 2023 08:59:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=t-8ch.de; s=mail; t=1698163166; bh=7wKiMvz48EEme5AGQCCYQvWLJkeEXaDFdEDgDikUtq0=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=BhiU+6WxhQQsFkyaNeccNUGfv59OTdS4vSDACQLw4cLnFZvUFuiUd8PNrs3k5iPim 615b6waNmpE1i+d8m43rOmHiiZeEFls6SSGWcHGwjcSVx7d1DzYrRqhlXS98Vb5M8u 6AD1UHbaUn66Mspkuu3xluuv8B7u6NFaqZOVa71k= Date: Tue, 24 Oct 2023 17:59:13 +0200 (GMT+02:00) From: =?UTF-8?Q?Thomas_Wei=C3=9Fschuh_?= To: Mark Brown Cc: Willy Tarreau , =?UTF-8?Q?Thomas_Wei=C3=9Fschuh?= , linux-kernel@vger.kernel.org Message-ID: In-Reply-To: <20231023-nolibc-waitpid-flags-v2-1-b09d096f091f@kernel.org> References: <20231023-nolibc-waitpid-flags-v2-1-b09d096f091f@kernel.org> Subject: Re: [PATCH v2] tools/nolibc: Use linux/wait.h rather than duplicating it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Correlation-ID: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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=C3=9Fschuh I can apply it, but only next week. Thomas