comparison src/s/darwin.h @ 47031:56242900e171

2002-08-25 Andrew Choi <akochoi@shaw.ca> * s/darwin.h (HAVE_WORKING_VFORK): #undef it. Define vfork to fork.
author Andrew Choi <akochoi@shaw.ca>
date Sun, 25 Aug 2002 16:44:51 +0000
parents eba75fedd593
children 4e4bf31455d6
comparison
equal deleted inserted replaced
47030:085ca259e580 47031:56242900e171
295 file, since MULTI_KBOARD is undefined for the Mac OS X build. */ 295 file, since MULTI_KBOARD is undefined for the Mac OS X build. */
296 #ifndef NOT_C_CODE 296 #ifndef NOT_C_CODE
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
308 #define realloc unexec_realloc 308 #define realloc unexec_realloc
309 #define free unexec_free 309 #define free unexec_free