]> git.ipfire.org Git - thirdparty/util-linux.git/commit
test_strerror: drop include asm-generic/errno-base.h
authorThomas Weißschuh <thomas@t-8ch.de>
Wed, 29 Apr 2026 12:20:45 +0000 (14:20 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Mon, 4 May 2026 13:52:03 +0000 (15:52 +0200)
commit7a69e34fe64344252c8ab9a3f054dc3f19ff46ad
tree30e941cbbb375fff7eaac2ab0df12ae505cc857a
parentda322604a45f8094d439ea64be7d44cfea1f500a
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 <thomas@t-8ch.de>
tests/helpers/test_strerror.c