tools/nolibc: ensure fast64 integer types have 64 bits
authorThomas Weißschuh <linux@weissschuh.net>
Tue, 30 May 2023 09:18:00 +0000 (11:18 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 9 Jun 2023 18:46:09 +0000 (11:46 -0700)
commitf9bf5944d37b75b8238349d4fb5b7a97bbecfc9d
treea9b07e310128fc1f8f209abaf807b911305bcdb3
parented495f0945e732c55bb8c21e660c2c86f5e57812
tools/nolibc: ensure fast64 integer types have 64 bits

On 32bit platforms size_t is not enough to represent [u]int_fast64_t.

Fixes: 3e9fd4e9a1d5 ("tools/nolibc: add integer types and integer limit macros")
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/include/nolibc/stdint.h
tools/testing/selftests/nolibc/nolibc-test.c