From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by smtp.subspace.kernel.org (Postfix) with ESMTP id E18AF19B3F9 for ; Thu, 25 Jul 2024 17:14:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=163.172.96.212 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721927687; cv=none; b=BwIyU0iXjyLPccB6EBmXsFRithRYN+88+97OFyxvLtsqZVsb8StHxPIUBBQWwqV0jsRlKs2z/bTFOoicw2p1ohP6BmORDyZW8fEk5RCZh1/eWYvquhpMdzCf2ySDAZEQVBTg9XicLEeDJ9fr1YLqyirjF8tMpjtgAWWvbcuRSy0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721927687; c=relaxed/simple; bh=CNk/DQuHy42B8dpzVfkzz+ODFYNL+SclierQzdBXmJI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pDOn4AI4J4I6/H1Y229UDaIaAxUnSAnM5GicFExfqkkva9v9BjJZZ68E3sIvbvi75PVIgmM+L9MLledk8oLtiQAHf5gS6TqQFZ1kZIDvdUYuz1Y+TffKXA9Xoc6UXLqgMOaaUezzB1IYZhYAiLVO4/Ve/KDdkt0UoP9GGAvTEgE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=1wt.eu; spf=pass smtp.mailfrom=1wt.eu; arc=none smtp.client-ip=163.172.96.212 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=1wt.eu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=1wt.eu Received: (from willy@localhost) by mail.home.local (8.17.1/8.17.1/Submit) id 46PHEhId031037; Thu, 25 Jul 2024 19:14:43 +0200 Date: Thu, 25 Jul 2024 19:14:43 +0200 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] tools/nolibc: add stdbool.h header Message-ID: References: <20240725-nolibc-stdbool-v1-1-a6ee2c80bcde@weissschuh.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240725-nolibc-stdbool-v1-1-a6ee2c80bcde@weissschuh.net> On Thu, Jul 25, 2024 at 07:10:44PM +0200, Thomas Weißschuh wrote: > stdbool.h is very simple. > Provide an implementation for the user convenience. > > Signed-off-by: Thomas Weißschuh Acked-by: Willy Tarreau Thank you for this one as well! Willy