]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/nolibc: Rename the 'errnum' parameter to strerror()
authorDavid Laight <david.laight.linux@gmail.com>
Sun, 8 Mar 2026 11:37:29 +0000 (11:37 +0000)
committerThomas Weißschuh <linux@weissschuh.net>
Fri, 20 Mar 2026 16:46:08 +0000 (17:46 +0100)
commitc0a08eb87f60daec1c1549c067945abfee711f86
tree0086ed9031abeb43c6bf486d90ff3c0aea8bb45f
parent2177dd375d087012907e389f787b21ac38bb1785
tools/nolibc: Rename the 'errnum' parameter to strerror()

Change the parameter variable name from 'errno' to 'errnum'.
Matches any documentation and avoids any issues that might happen
if errno is actually a #define (which is not uncommon).

Signed-off-by: David Laight <david.laight.linux@gmail.com>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://patch.msgid.link/20260308113742.12649-5-david.laight.linux@gmail.com
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/stdio.h