Re: [PATCH 03/13] selftests/nolibc: print name instead of number for EOVERFLOW

From: Thomas Weißschuh
Date: Wed May 24 2023 - 16:23:28 EST


On 2023-05-25 01:46:54+0800, Zhangjin Wu wrote:
> EOVERFLOW will be used in the coming time64 syscalls support.
>
> Signed-off-by: Zhangjin Wu <falcon@xxxxxxxxxxx>

Reviewed-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>

> ---
> tools/testing/selftests/nolibc/nolibc-test.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/testing/selftests/nolibc/nolibc-test.c b/tools/testing/selftests/nolibc/nolibc-test.c
> index c570bb848c1a..227ef2a3ebba 100644
> --- a/tools/testing/selftests/nolibc/nolibc-test.c
> +++ b/tools/testing/selftests/nolibc/nolibc-test.c
> @@ -106,6 +106,7 @@ const char *errorname(int err)
> CASE_ERR(EDOM);
> CASE_ERR(ERANGE);
> CASE_ERR(ENOSYS);
> + CASE_ERR(EOVERFLOW);
> default:
> return itoa(err);
> }
> --
> 2.25.1
>