Re: [PATCH 0/3] tools/nolibc: make all headers usable directly

From: Willy Tarreau
Date: Thu Apr 24 2025 - 08:59:41 EST


Hi Thomas,

[ quick response ]

On Thu, Apr 24, 2025 at 01:48:10PM +0200, Thomas Weißschuh wrote:
> Make sure that any nolibc header can be included in any order.
> Even if nolibc.h was not pre-included already.

I've been wondering how to do this already and didn't come up with any
great solution. I think that your approach is the right one, indeed,
to include it out of the guards will force to respect ordering. That's
a great idea. I'm all for it!

Acked-by: Willy Tarreau <w@xxxxxx>

Willy