diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 98a47eca7ae..44f8520745d 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -7298,8 +7298,10 @@ integer or floating point values. | |||
| 7298 | } | 7298 | } |
| 7299 | 7299 | ||
| 7300 | 7300 | ||
| 7301 | /* This is not called "init_process" because that is the name of a | ||
| 7302 | Mach system call, so it would cause problems on Darwin systems. */ | ||
| 7301 | void | 7303 | void |
| 7302 | init_process (void) | 7304 | init_process_emacs (void) |
| 7303 | { | 7305 | { |
| 7304 | #ifdef subprocesses | 7306 | #ifdef subprocesses |
| 7305 | register int i; | 7307 | register int i; |