comparison src/s/darwin.h @ 58559:643823aaa8df

(POSIX_SIGNALS): Undo the removal of 2002-08-25, which was not mentioned in the log.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 26 Nov 2004 23:35:51 +0000
parents 02d9436a8b32
children 95d38c47c806
comparison
equal deleted inserted replaced
58558:4082917690cc 58559:643823aaa8df
312 #define malloc unexec_malloc 312 #define malloc unexec_malloc
313 #define realloc unexec_realloc 313 #define realloc unexec_realloc
314 #define free unexec_free 314 #define free unexec_free
315 #endif 315 #endif
316 316
317 /* This makes create_process in process.c save and restore signal
318 handlers correctly. Suggested by Nozomu Ando.*/
319 #define POSIX_SIGNALS
320
317 /* Reroute calls to SELECT to the version defined in mac.c to fix the 321 /* Reroute calls to SELECT to the version defined in mac.c to fix the
318 problem of Emacs requiring an extra return to be typed to start 322 problem of Emacs requiring an extra return to be typed to start
319 working when started from the command line. */ 323 working when started from the command line. */
320 #if defined (HAVE_CARBON) && (defined (emacs) || defined (temacs)) 324 #if defined (HAVE_CARBON) && (defined (emacs) || defined (temacs))
321 #define select sys_select 325 #define select sys_select