diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index ca0eb51c061..d139df93424 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -4495,8 +4495,8 @@ extern void setup_process_coding_systems (Lisp_Object); | |||
| 4495 | # define CHILD_SETUP_ERROR_DESC "Doing vfork" | 4495 | # define CHILD_SETUP_ERROR_DESC "Doing vfork" |
| 4496 | #endif | 4496 | #endif |
| 4497 | 4497 | ||
| 4498 | extern int emacs_spawn (pid_t *, int, int, int, char **, char **, const char *, | 4498 | extern int emacs_spawn (pid_t *, int, int, int, char **, char **, |
| 4499 | const char *); | 4499 | const char *, const char *, const sigset_t *); |
| 4500 | extern char **make_environment_block (Lisp_Object); | 4500 | extern char **make_environment_block (Lisp_Object); |
| 4501 | extern void init_callproc_1 (void); | 4501 | extern void init_callproc_1 (void); |
| 4502 | extern void init_callproc (void); | 4502 | extern void init_callproc (void); |