commit | dac8d80f77af617effadc50f6be47768685d81b0 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Mar 02 17:38:18 2015 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Mar 02 17:38:55 2015 +0100 |
tree | 6d62fd8e1035519e5a3a5c7d46975fc6037fd905 | |
parent | fa535f3e485456a7fd85db060532ea6539670af0 [diff] |
runsvdir: do not block SIGCHLD around poll/sleep There is no reason to do so. We do not even have SIGCHLD handler. function old new delta runsvdir_main 1077 1057 -20 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>