]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: move uname() and friends to sys/utsname.h
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 15 May 2025 19:57:53 +0000 (21:57 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Wed, 21 May 2025 13:32:24 +0000 (15:32 +0200)
commit0f971358dcf34ca4e430e828582cb1c70cfe1f70
tree23321972b5c3b6e6a3961c11100eaddd80085ffa
parente1211e2206356785365f065ece4965a997903f69
tools/nolibc: move uname() and friends to sys/utsname.h

This is the location regular userspace expects these definitions.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250515-nolibc-sys-v1-7-74f82eea3b59@weissschuh.net
tools/include/nolibc/Makefile
tools/include/nolibc/nolibc.h
tools/include/nolibc/sys.h
tools/include/nolibc/sys/utsname.h [new file with mode: 0644]