Re: [PATCH] tools/nolibc: rename my_syscallX() to __nolibc_syscallX()
From: Willy Tarreau
Date: Mon Feb 23 2026 - 22:37:08 EST
On Mon, Feb 23, 2026 at 10:40:14PM +0100, Thomas Weißschuh wrote:
> The naming convention of the my_syscallX() macros is a bit unfortunate.
> They may conflict with application code and the name is very generic.
>
> Switch to __nolibc_syscallX(). The leading underscores place the symbols
> in the implementation-defined namespace, avoiding conflicting names.
> It is also clearer that these are non-standard extensions from nolibc.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
Oh thanks Thomas for doing this one! It's indeed one of the last vestigal
pieces of the early code before this was a "lib".
Acked-by: Willy Tarreau <w@xxxxxx>
Willy