Re: [PATCH] selftests: kselftest: Use strerror() on nolibc

2024-09-11 Thread Shuah Khan
On 9/11/24 09:44, Thomas Weißschuh wrote: Hi Shuah, On 2024-09-11 09:36:50+, Shuah Khan wrote: On 9/10/24 22:42, zhangjiao2 wrote: From: zhang jiao Nolibc gained an implementation of strerror() recently. Use it and drop the ifndef. Signed-off-by: zhang jiao --- tools/testing/selftes

Re: [PATCH] selftests: kselftest: Use strerror() on nolibc

2024-09-11 Thread Thomas Weißschuh
Hi Shuah, On 2024-09-11 09:36:50+, Shuah Khan wrote: > On 9/10/24 22:42, zhangjiao2 wrote: > > From: zhang jiao > > > > Nolibc gained an implementation of strerror() recently. > > Use it and drop the ifndef. > > > > Signed-off-by: zhang jiao > > --- > > tools/testing/selftests/kselftest.

Re: [PATCH] selftests: kselftest: Use strerror() on nolibc

2024-09-11 Thread Shuah Khan
On 9/10/24 22:42, zhangjiao2 wrote: From: zhang jiao Nolibc gained an implementation of strerror() recently. Use it and drop the ifndef. Signed-off-by: zhang jiao --- tools/testing/selftests/kselftest.h | 8 1 file changed, 8 deletions(-) diff --git a/tools/testing/selftests/ksel

[PATCH] selftests: kselftest: Use strerror() on nolibc

2024-09-10 Thread zhangjiao2
From: zhang jiao Nolibc gained an implementation of strerror() recently. Use it and drop the ifndef. Signed-off-by: zhang jiao --- tools/testing/selftests/kselftest.h | 8 1 file changed, 8 deletions(-) diff --git a/tools/testing/selftests/kselftest.h b/tools/testing/selftests/kself