tools/nolibc: add testcase for fork()/waitpid()
authorThomas Weißschuh <linux@weissschuh.net>
Sat, 15 Apr 2023 21:28:48 +0000 (23:28 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 9 Jun 2023 18:46:07 +0000 (11:46 -0700)
commit3ad09d72e4d2232374f0dadf94641011b5772bb2
tree29311007e5ecef06bded71f4e8bbafc256613a32
parent404fa87c0eafbd420c2a016b964facb92250ae85
tools/nolibc: add testcase for fork()/waitpid()

On s390 the arguments to clone() which is used by fork() are different
than other archs.
Make sure everything works correctly.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/nolibc/nolibc-test.c