]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tools/nolibc: fix spelling of FD_SETBITMASK in FD_* macros
authorWilly Tarreau <w@1wt.eu>
Thu, 19 Jun 2025 09:30:51 +0000 (11:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Aug 2025 14:28:32 +0000 (16:28 +0200)
commitb9669bedc63d81bba5bd81853370d1ee503167d3
tree95d797a3a31ee981443ce28b14ca5c53981d55f1
parentfdd1c9f78c24ec8666dec579a9a217d5cb11eb2b
tools/nolibc: fix spelling of FD_SETBITMASK in FD_* macros

commit a477629baa2a0e9991f640af418e8c973a1c08e3 upstream.

While nolibc-test does test syscalls, it doesn't test as much the rest
of the macros, and a wrong spelling of FD_SETBITMASK in commit
feaf75658783a broke programs using either FD_SET() or FD_CLR() without
being noticed. Let's fix these macros.

Fixes: feaf75658783a ("nolibc: fix fd_set type")
Cc: stable@vger.kernel.org # v6.2+
Acked-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/include/nolibc/types.h