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 155FC5733A; Fri, 24 Jan 2025 06:50:06 +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=1737701409; cv=none; b=ud33QQLnhzuZBU/rYnDpn7jhTIE0lPXM9+872A2XrMzNoqquPY4XZpy0Crg/tBa8DWHd9UbIup3jTQak8bxf1UhdMMRhVib+z43uUZIIYJNMpSglU6oGCbPtJEPv+cpV1WTjoAbJ6or408gfPlSh4R0wNope2/Df4ss12KHaBGk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1737701409; c=relaxed/simple; bh=IsqhM0Iij4jmcMVPPDty/UavwkFXTCjbOjl+ftriEE0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UVNaY5KMSL9i/Qb4/sF3CdcXuADW8DVwy0gwMf6Q4qtN2uSa/VfjTqwkKZlk2T+OdNu32mH8NABjLjKbZxPwl1AJ2t4hvucF8rCK/Gg3evx1MOa+DilnVCGWMfo2TNsnH/0vMa9BxBOEb7n4AjjZ3tCTmEsgqD1HusJmtqnPGfw= 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 pcw.home.local (8.15.2/8.15.2/Submit) id 50O6nubr014535; Fri, 24 Jan 2025 07:49:56 +0100 Date: Fri, 24 Jan 2025 07:49:56 +0100 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Shuah Khan , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH 0/3] tools/nolibc: compatibility with -Wmissing-prototypes Message-ID: <20250124064956.GC14395@1wt.eu> References: <20250123-nolibc-prototype-v1-0-e1afc5c1999a@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: <20250123-nolibc-prototype-v1-0-e1afc5c1999a@weissschuh.net> User-Agent: Mutt/1.10.1 (2018-07-13) On Thu, Jan 23, 2025 at 09:10:41PM +0100, Thomas Weißschuh wrote: > Make nolibc compatible with -Wmissing-prototypes Nice, ack for all the series: Acked-by: Willy Tarreau Thank you Thomas, Willy