bianbu-linux-6.6/tools/include/nolibc
Willy Tarreau eba6d00d38 tools/nolibc/types: move makedev to types.h and make it a macro
The makedev() man page says it's supposed to be a macro and that some
OSes have it with the other ones in sys/types.h so it now makes sense
to move it to types.h as a macro. Let's also define major() and
minor() that perform the reverse operation.

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 makedev to types.h and make it a macro 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: move makedev to types.h and make it a macro 2022-04-20 17:05:43 -07:00