]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: implement waitpid() in terms of waitid()
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 11 Apr 2025 09:00:45 +0000 (11:00 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Tue, 22 Apr 2025 08:58:18 +0000 (10:58 +0200)
commit0c89abf5ab3fba1e8f73cdaf0385ed9786c1c307
tree364c1293fb7d95c89ce4e7a7c98aaf2fc827ae96
parent67fe525e3401d48a9fb1bf437555a9d82800f3d7
tools/nolibc: implement waitpid() in terms of waitid()

The old wait4() syscall used by waitpid() before is not available everywhere.
Switch to the waitid() syscall which is the new replacement.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Willy Tarreau <w@1wt.eu>
tools/include/nolibc/sys/wait.h