From: Thomas Weißschuh Date: Wed, 29 Apr 2026 12:20:45 +0000 (+0200) Subject: test_strerror: drop include asm-generic/errno-base.h X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=7a69e34fe64344252c8ab9a3f054dc3f19ff46ad;p=thirdparty%2Futil-linux.git test_strerror: drop include asm-generic/errno-base.h This inclusios has multiple issues: * It is Linux-only. * The asm/ namespace is not an offical UAPI. * Its definitions may be wrong if the architecture does not use it. * It is unnecessary in the first place. Drop it, and let errno.h do the job. Signed-off-by: Thomas Weißschuh --- diff --git a/tests/helpers/test_strerror.c b/tests/helpers/test_strerror.c index e0ad21e6d..1da8b3e98 100644 --- a/tests/helpers/test_strerror.c +++ b/tests/helpers/test_strerror.c @@ -7,7 +7,6 @@ * Copyright (C) 2019 Patrick Steinhardt #include #include #include