Re: [PATCH v2 09/16] tools/nolibc: add limits.h shim header

2025-03-01 Thread Willy Tarreau
On Wed, Feb 26, 2025 at 12:44:48PM +0100, Thomas Weißschuh wrote: > limits.h is a widely used standard header. > Missing it from nolibc requires adoption effort to port applications. > > Add a shim header which includes the global nolibc.h header. > It makes all nolibc symbols available. > > Sign

Re: [PATCH v2 09/16] tools/nolibc: add limits.h shim header

2025-02-28 Thread Vincenzo Frascino
On 26/02/2025 11:44, Thomas Weißschuh wrote: > limits.h is a widely used standard header. > Missing it from nolibc requires adoption effort to port applications. > > Add a shim header which includes the global nolibc.h header. > It makes all nolibc symbols available. > > Signed-off-by: Thomas