]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: move ioctl() to sys/ioctl.h
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 15 May 2025 19:57:47 +0000 (21:57 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Wed, 21 May 2025 13:32:16 +0000 (15:32 +0200)
commit7281be583117d7ff12c52684ffc732e6ffca8f58
treec006eb7e40f2501b8788e4eb2b13d65d6d86cd18
parent59303930326ac00bec5ec61321d662a165350939
tools/nolibc: move ioctl() to sys/ioctl.h

This is the location regular userspace expects this definition.

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-1-74f82eea3b59@weissschuh.net
tools/include/nolibc/Makefile
tools/include/nolibc/nolibc.h
tools/include/nolibc/sys.h
tools/include/nolibc/sys/ioctl.h [new file with mode: 0644]