On 2025-06-20 10:33:25+0200, Willy Tarreau wrote:
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+ Signed-off-by: Willy Tarreau w@1wt.eu
Acked-by: Thomas Weißschuh linux@weissschuh.net
Let me know if I should apply it.