]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: move wait() and friends to sys/wait.h
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Wed, 16 Apr 2025 12:06:25 +0000 (14:06 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Sat, 19 Apr 2025 12:22:30 +0000 (14:22 +0200)
commit6d1724ec864b577b50fa9cf668e80390767f4136
treecee71ee277ea2499d61f9a4fb18c302a4336ddab
parentffb94910c3fff8d9528e62d45171cabbb1cc083a
tools/nolibc: move wait() and friends to sys/wait.h

This is the location regular userspace expects these definitions.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250416-nolibc-split-sys-v1-10-a069a3f1d145@linutronix.de
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/Makefile
tools/include/nolibc/nolibc.h
tools/include/nolibc/sys.h
tools/include/nolibc/sys/wait.h [new file with mode: 0644]