diff options
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/callproc.c b/src/callproc.c index f0aa8222342..7db984fa71c 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -613,6 +613,7 @@ usage: (call-process PROGRAM &optional INFILE DESTINATION DISPLAY &rest ARGS) * | |||
| 613 | 613 | ||
| 614 | block_input (); | 614 | block_input (); |
| 615 | block_child_signal (); | 615 | block_child_signal (); |
| 616 | catch_child_signal (); | ||
| 616 | 617 | ||
| 617 | #ifdef WINDOWSNT | 618 | #ifdef WINDOWSNT |
| 618 | pid = child_setup (filefd, fd1, fd_error, new_argv, 0, current_dir); | 619 | pid = child_setup (filefd, fd1, fd_error, new_argv, 0, current_dir); |