Home
last modified time | relevance | path

Searched hist:"17 e66f235e4ab43423741dcb946a4d140d8ba34b" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.cdiff 17e66f235e4ab43423741dcb946a4d140d8ba34b Thu Aug 03 02:28:52 CDT 2023 Thomas Weißschuh <linux@weissschuh.net> 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>