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