linux/tools/testing/selftests/nolibc
Thomas Weißschuh 17e66f235e selftests/nolibc: make functions static if possible
This allows the compiler to generate warnings if they go unused.

Functions that are supposed to be used as breakpoints should not be
static, so un-statify those if necessary.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Willy Tarreau <w@1wt.eu>
2023-08-23 05:17:07 +02:00
..
.gitignore tools/nolibc: add libc-test binary 2023-06-09 11:33:05 -07:00
Makefile selftests/nolibc: allow test -include /path/to/nolibc.h 2023-08-23 04:40:22 +02:00
nolibc-test.c selftests/nolibc: make functions static if possible 2023-08-23 05:17:07 +02:00