Re: [PATCH v2 5/5] tools/nolibc: mark more test functions as static

2025-03-07 Thread Thomas Weißschuh
On 2025-03-04 07:58:19+, Louis Taylor wrote: > It was mentioned that a new test_ function should be static, so go back > over existing functions and mark those static as well. Actually Willy wants these non-static for debugging purposes. I can't seem to get that into my head -.- Let's drop thi

Re: [PATCH v2 5/5] tools/nolibc: mark more test functions as static

2025-03-06 Thread Willy Tarreau
On Thu, Mar 06, 2025 at 06:00:17PM +0100, Thomas Weißschuh wrote: > On 2025-03-04 07:58:19+, Louis Taylor wrote: > > It was mentioned that a new test_ function should be static, so go back > > over existing functions and mark those static as well. > > Actually Willy wants these non-static for

[PATCH v2 5/5] tools/nolibc: mark more test functions as static

2025-03-04 Thread Louis Taylor
It was mentioned that a new test_ function should be static, so go back over existing functions and mark those static as well. Signed-off-by: Louis Taylor --- tools/testing/selftests/nolibc/nolibc-test.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tools/tes