]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: move mount() to sys/mount.h
authorThomas Weißschuh <linux@weissschuh.net>
Thu, 15 May 2025 19:57:48 +0000 (21:57 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Wed, 21 May 2025 13:32:18 +0000 (15:32 +0200)
commit6e7c805a93a07ca9b1de49e8a020ab6c05e93f4e
tree2f49f3067205693d90dab634c03707a28db35266
parent7281be583117d7ff12c52684ffc732e6ffca8f58
tools/nolibc: move mount() to sys/mount.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-2-74f82eea3b59@weissschuh.net
tools/include/nolibc/Makefile
tools/include/nolibc/nolibc.h
tools/include/nolibc/sys.h
tools/include/nolibc/sys/mount.h [new file with mode: 0644]