Re: [PATCH 3/3] selftests: kselftest: also use strerror() on nolibc

2024-05-27 Thread Thomas Weißschuh
Hi Shuah, Could you Ack the patch below to kselftest.h? Thanks, Thomas On 2024-04-26 13:08:58+, Thomas Weißschuh wrote: > nolibc gained an implementation of strerror() recently. > Use it and drop the ifdeffery. > > Signed-off-by: Thomas Weißschuh > --- >

[PATCH 3/3] selftests: kselftest: also use strerror() on nolibc

2024-04-26 Thread Thomas Weißschuh
nolibc gained an implementation of strerror() recently. Use it and drop the ifdeffery. Signed-off-by: Thomas Weißschuh --- tools/testing/selftests/kselftest.h | 8 1 file changed, 8 deletions(-) diff --git a/tools/testing/selftests/kselftest.h b/tools/testing/selftests/kselftest.h