Re: [PATCH] sort: fix failure if sort's parent has ignored SIGCHLD
0:00:00 2001 From: =?utf-8?q?P=C3=A1draig=20Brady?= Date: Tue, 8 Dec 2009 08:48:34 +0000 Subject: [PATCH] sort: fix failure if sort's parent has ignored SIGCHLD * src/sort.c (main): Reset the SIGCHLD handler to the default as otherwise wait() could return an error. * tests/misc/sort-compress: S
[PATCH] sort: fix failure if sort's parent has ignored SIGCHLD
The same issue as with the previous `timeout` patch. The attached includes at test, but I'll probably remove it because of the previously mentioned concerns. cheers, Pádraig.