diff options
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index 1dd56749e16..f7c9971907d 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -652,7 +652,7 @@ usage: (call-process PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS) */) | |||
| 652 | 652 | ||
| 653 | /* GConf causes us to ignore SIGPIPE, make sure it is restored | 653 | /* GConf causes us to ignore SIGPIPE, make sure it is restored |
| 654 | in the child. */ | 654 | in the child. */ |
| 655 | //signal (SIGPIPE, SIG_DFL); | 655 | signal (SIGPIPE, SIG_DFL); |
| 656 | #ifdef HAVE_WORKING_VFORK | 656 | #ifdef HAVE_WORKING_VFORK |
| 657 | pthread_sigmask (SIG_SETMASK, &procmask, 0); | 657 | pthread_sigmask (SIG_SETMASK, &procmask, 0); |
| 658 | #endif | 658 | #endif |