linux/tools/include/nolibc
Willy Tarreau 306c9fd4c6 tools/nolibc/types: make FD_SETSIZE configurable
The macro was hard-coded to 256 but it's common to see it redefined.
Let's support this and make sure we always allocate enough entries for
the cases where it wouldn't be multiple of 32.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
2022-04-20 17:05:43 -07:00
..
arch-aarch64.h tools/nolibc/arch: split arch-specific code into individual files 2022-04-20 17:05:43 -07:00
arch-arm.h tools/nolibc/arch: split arch-specific code into individual files 2022-04-20 17:05:43 -07:00
arch-i386.h tools/nolibc/arch: split arch-specific code into individual files 2022-04-20 17:05:43 -07:00
arch-mips.h tools/nolibc/arch: split arch-specific code into individual files 2022-04-20 17:05:43 -07:00
arch-riscv.h tools/nolibc/arch: split arch-specific code into individual files 2022-04-20 17:05:43 -07:00
arch-x86_64.h tools/nolibc/arch: split arch-specific code into individual files 2022-04-20 17:05:43 -07:00
arch.h tools/nolibc/arch: split arch-specific code into individual files 2022-04-20 17:05:43 -07:00
ctype.h tools/nolibc/ctype: add the missing is* functions 2022-04-20 17:05:43 -07:00
nolibc.h tools/nolibc/types: move the FD_* functions to macros in types.h 2022-04-20 17:05:43 -07:00
std.h tools/nolibc/std: move the standard type definitions to std.h 2022-04-20 17:05:33 -07:00
stdlib.h tools/nolibc/stdlib: extract the stdlib-specific functions to their own file 2022-04-20 17:05:43 -07:00
string.h tools/nolibc/string: split the string functions into string.h 2022-04-20 17:05:43 -07:00
sys.h tools/nolibc/sys: split the syscall definitions into their own file 2022-04-20 17:05:43 -07:00
types.h tools/nolibc/types: make FD_SETSIZE configurable 2022-04-20 17:05:43 -07:00