* s/darwin.h: Define POSIX_SIGNALS.
2002-07-01 Andrew Choi <akochoi@shaw.ca>
+ * s/darwin.h: Define POSIX_SIGNALS.
+
* macterm.c (do_ae_open_documents) [MAC_OSX]: Call FSpMakeFSRef
and FSRefMakePath to convert FSSpec returned with Apple Event to
Posix pathname.
/* System description header file for Darwin (Mac OS X).
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Emacs.
struct kboard;
#endif
+
+/* This makes create_process in process.c save and restore signal
+ handlers correctly. Suggested by Nozomu Ando.*/
+#define POSIX_SIGNALS
+
+
#ifdef temacs
#define malloc unexec_malloc
#define realloc unexec_realloc