diff options
| author | Andrew Choi | 2002-08-25 16:44:51 +0000 |
|---|---|---|
| committer | Andrew Choi | 2002-08-25 16:44:51 +0000 |
| commit | 511ca371fa8abb22f11ccd18fa71badc45999144 (patch) | |
| tree | 2f09d838a43311dafb826fe905d2b377c0115b4f /src/s | |
| parent | 19580e2cf6bb7e52f0aba60aca078349d8f1b8fa (diff) | |
| download | emacs-511ca371fa8abb22f11ccd18fa71badc45999144.tar.gz emacs-511ca371fa8abb22f11ccd18fa71badc45999144.zip | |
2002-08-25 Andrew Choi <akochoi@shaw.ca>
* s/darwin.h (HAVE_WORKING_VFORK): #undef it. Define vfork to
fork.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/darwin.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h index c8e5ac54f7a..dcfb00a568e 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -297,11 +297,11 @@ Boston, MA 02111-1307, USA. */ | |||
| 297 | struct kboard; | 297 | struct kboard; |
| 298 | #endif | 298 | #endif |
| 299 | 299 | ||
| 300 | 300 | /* The following solves the problem that Emacs hangs when evaluating | |
| 301 | /* This makes create_process in process.c save and restore signal | 301 | (make-comint "test0" "/nodir/nofile" nil "") when /nodir/nofile |
| 302 | handlers correctly. Suggested by Nozomu Ando.*/ | 302 | does not exist. */ |
| 303 | #define POSIX_SIGNALS | 303 | #undef HAVE_WORKING_VFORK |
| 304 | 304 | #define vfork fork | |
| 305 | 305 | ||
| 306 | #ifdef temacs | 306 | #ifdef temacs |
| 307 | #define malloc unexec_malloc | 307 | #define malloc unexec_malloc |