diff options
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/callproc.c b/src/callproc.c index 2e9a8950700..a92959a1559 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -19,7 +19,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include <config.h> | 21 | #include <config.h> |
| 22 | #include <signal.h> | ||
| 23 | #include <errno.h> | 22 | #include <errno.h> |
| 24 | #include <stdio.h> | 23 | #include <stdio.h> |
| 25 | #include <setjmp.h> | 24 | #include <setjmp.h> |
| @@ -506,9 +505,6 @@ usage: (call-process PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS) */) | |||
| 506 | 505 | ||
| 507 | if (fd_output >= 0) | 506 | if (fd_output >= 0) |
| 508 | fd1 = fd_output; | 507 | fd1 = fd_output; |
| 509 | #if 0 /* Some systems don't have sigblock. */ | ||
| 510 | mask = sigblock (sigmask (SIGCHLD)); | ||
| 511 | #endif | ||
| 512 | 508 | ||
| 513 | /* Record that we're about to create a synchronous process. */ | 509 | /* Record that we're about to create a synchronous process. */ |
| 514 | synch_process_alive = 1; | 510 | synch_process_alive = 1; |