lib: errno: sync error codes
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 6 Oct 2019 11:22:21 +0000 (13:22 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 31 Oct 2019 11:22:53 +0000 (07:22 -0400)
commiteb5b63f3699fd8068f79cf8ffe5524f98ec00ba6
tree9292b3a7d6999b547fb0ed1d53f3d22105b65fc9
parent574e38618b1de30311e17186759486f217cda39a
lib: errno: sync error codes

Macro ERRNO_MSG() ignores the error number but we should still use the same
constants as in include/linux/errno.h.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/errno_str.c