]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
selftests/nolibc: use waitid() over waitpid()
authorThomas Weißschuh <linux@weissschuh.net>
Sat, 21 Dec 2024 14:44:29 +0000 (15:44 +0100)
committerThomas Weißschuh <linux@weissschuh.net>
Mon, 13 Jan 2025 21:21:34 +0000 (22:21 +0100)
commita0bc8947ac731ff95a56e0c1737e69e8c56d5b78
treeea8a8e7b611d3fcc0389fc3a6fbd03fb372c1fe8
parent7f89bc51101ca676530ee017931ae2a01ff54381
selftests/nolibc: use waitid() over waitpid()

Newer archs like riscv32 don't provide waitpid() anymore.
Switch to waitid() which is available everywhere.

Link: https://lore.kernel.org/r/20241221-nolibc-rv32-v1-2-d9ef6dab7c63@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/testing/selftests/nolibc/nolibc-test.c