Re: [PATCH 1/2] tools/nolibc: clean up outdated comments in generic arch.h
From: Willy Tarreau
Date: Sun Nov 02 2025 - 10:08:46 EST
On Sun, Nov 02, 2025 at 03:40:32PM +0100, Thomas Weißschuh wrote:
> On 2025-11-02 15:25:48+0100, Willy Tarreau wrote:
> > Along the code reorganizations, the file has been keeping the original
> > comments about argv and envp which are no longer relevant to this file
> > anymore. Let's just drop them.
> > ---
> > tools/include/nolibc/arch.h | 9 ---------
> > 1 file changed, 9 deletions(-)
>
> Thanks, applied.
> FYI it seems patch 2 never got sent.
Sorry, I now found how I messed up. There's indeed a single one (my
git format-patch command also took an experimental one that was on top
and not to be sent).
Thanks for picking them, that's always less patches in my local tree!
Willy