]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Revert "selftests/nolibc: use waitid() over waitpid()"
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 11 Apr 2025 09:00:46 +0000 (11:00 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Tue, 22 Apr 2025 08:58:22 +0000 (10:58 +0200)
commit4175b5584510faa8acbfa98103781c36780d5a79
treedfc876fd06f98bc1e26d976d9f3f0fb90fe1b2ba
parent0c89abf5ab3fba1e8f73cdaf0385ed9786c1c307
Revert "selftests/nolibc: use waitid() over waitpid()"

nolibc's waitpid() now uses the waitid() syscall internally.
This removes the original reasoning for the reverted commit as
waitpid() is now available on all platforms and has an easier interface.

Switch back to waitpid().

This reverts commit a0bc8947ac731ff95a56e0c1737e69e8c56d5b78.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Willy Tarreau <w@1wt.eu>
tools/testing/selftests/nolibc/nolibc-test.c