diff options
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callproc.c b/src/callproc.c index 27e8493bcf1..f2543f296d5 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -559,9 +559,9 @@ usage: (call-process PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS) */) | |||
| 559 | setpgrp (pid, pid); | 559 | setpgrp (pid, pid); |
| 560 | #endif /* USG */ | 560 | #endif /* USG */ |
| 561 | 561 | ||
| 562 | /* GTK causes us to ignore SIGPIPE, make sure it is restored | 562 | /* GConf causes us to ignore SIGPIPE, make sure it is restored |
| 563 | in the child. */ | 563 | in the child. */ |
| 564 | signal (SIGPIPE, SIG_DFL); | 564 | //signal (SIGPIPE, SIG_DFL); |
| 565 | #ifdef HAVE_WORKING_VFORK | 565 | #ifdef HAVE_WORKING_VFORK |
| 566 | sigprocmask (SIG_SETMASK, &procmask, 0); | 566 | sigprocmask (SIG_SETMASK, &procmask, 0); |
| 567 | #endif | 567 | #endif |