Denys Vlasenko 7c40ddd950 NOFORK fixes
"rm -i FILE" and "yes" can now be interrupted by ^C in hush.
This also now works:

$ usleep 19999999
^C
$ echo $?
130

function                                             old     new   delta
run_pipe                                            1668    1711     +43
pseudo_exec_argv                                     312     321      +9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 52/0)               Total: 52 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-08-02 16:37:39 +02:00
..
2015-05-25 13:46:36 +02:00
2011-03-06 19:54:15 +01:00
2013-02-26 00:40:46 +01:00
2017-08-02 16:37:39 +02:00
2017-03-23 17:35:52 +01:00
2013-09-17 16:24:01 +02:00
2011-07-08 05:47:49 +02:00