]> Gentwo Git Trees - linux/.git/commit
tools/nolibc: add limits.h shim header
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Wed, 26 Feb 2025 11:44:48 +0000 (12:44 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 3 Mar 2025 19:00:12 +0000 (20:00 +0100)
commit5caaa0aa7c61513a2f606fd6d00fc29ae475ce9e
tree9548ae78d42e6465a089e0d1552c2fa48c9cfa69
parent1a59f5d31569c742da3dafbbb5620901de11a245
tools/nolibc: add limits.h shim header

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 Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Willy Tarreau <w@1wt.eu>
Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Acked-by: Willy Tarreau <w@1wt.eu>
Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/all/20250226-parse_vdso-nolibc-v2-9-28e14e031ed8@linutronix.de
tools/include/nolibc/Makefile
tools/include/nolibc/limits.h [new file with mode: 0644]