commit | 00be4d3dcc30c34156d339ba481e4d949ee3ff93 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Oct 06 13:22:21 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 31 07:22:53 2019 -0400 |
tree | 9292b3a7d6999b547fb0ed1d53f3d22105b65fc9 | |
parent | 45508fc1ed124c6afeff4a3ec390420020283a8e [diff] |
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>