Re: [PATCH v2 0/2] nolibc: remove reliance on system headers

From: Willy Tarreau
Date: Wed Aug 30 2023 - 18:21:35 EST


On Wed, Aug 30, 2023 at 05:07:11PM +0200, Thomas Weißschuh wrote:
> This was prompted by the discussion about output directory support with
> O=.
> It seems sometimes we were pulling in system headers making testing
> annoying and unreliable.
>
> Willy:
>
> I did not implement the '#ifdef va_start` guard that we discussed
> before. In my understanding the latest agreement does not need it
> anymore. Please let me know if this is incorrect.

No that's fine given your goal of including just "nolibc.h" and no
other regular include file, I agree. I've just merged it and pushed
it to the -next branch.

Thank you Thomas!
Willy