]> git.ipfire.org Git - thirdparty/util-linux.git/commit
waitpid: allow to only wait for a specific number of process exits
authorThomas Weißschuh <thomas@t-8ch.de>
Thu, 2 Mar 2023 21:06:31 +0000 (21:06 +0000)
committerThomas Weißschuh <thomas@t-8ch.de>
Thu, 2 Mar 2023 22:12:37 +0000 (22:12 +0000)
commitf0e793a3d9083aa5d8bfe1ec27ce107f2df6780f
tree8b8a4a4002318c3c5c53be32888323f2eb0e4b4e
parentffe45d3bfba9f94e1b3ceb8bf5da4697208286a5
waitpid: allow to only wait for a specific number of process exits

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
bash-completion/waitpid
misc-utils/waitpid.1.adoc
misc-utils/waitpid.c
tests/expected/misc/waitpid-count [new file with mode: 0644]
tests/expected/misc/waitpid-count.err [new file with mode: 0644]
tests/ts/misc/waitpid