aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/process.c b/src/process.c
index f4cebbf777a..ed31657b01c 100644
--- a/src/process.c
+++ b/src/process.c
@@ -21,15 +21,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
21 21
22#include <config.h> 22#include <config.h>
23#include <signal.h> 23#include <signal.h>
24
25/* This file is split into two parts by the following preprocessor
26 conditional. The 'then' clause contains all of the support for
27 asynchronous subprocesses. The 'else' clause contains stub
28 versions of some of the asynchronous subprocess routines that are
29 often called elsewhere in Emacs, so we don't have to #ifdef the
30 sections that call them. */
31
32
33#include <stdio.h> 24#include <stdio.h>
34#include <errno.h> 25#include <errno.h>
35#include <setjmp.h> 26#include <setjmp.h>