split: don’t worry about ECHILD
commita110ce4ce348ad0e194409ec8075f37f51fab385
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Mar 2023 19:42:16 +0000 (4 11:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 4 Mar 2023 22:49:46 +0000 (4 14:49 -0800)
tree8dc6018c5137590b6fa42b270c208d8951fce8fd
parent41615f0f8fe791706f977c9705138315947f4404
split: don’t worry about ECHILD

* src/split.c (closeout): There should be no need for a special
case for ECHILD, since we never wait for the same child twice.
Simplify with this in mind.
src/split.c