aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorStefan Monnier2004-11-26 23:35:51 +0000
committerStefan Monnier2004-11-26 23:35:51 +0000
commit7a262394fb08b1b2d59285b01b93ccb18f256ee8 (patch)
tree4f76268c6a4d83f8b7edb1a9f18d5c8afe3d10ca /src/s
parentb9bc92b4d712299009683dca7284734a0a42162a (diff)
downloademacs-7a262394fb08b1b2d59285b01b93ccb18f256ee8.tar.gz
emacs-7a262394fb08b1b2d59285b01b93ccb18f256ee8.zip
(POSIX_SIGNALS): Undo the removal of 2002-08-25,
which was not mentioned in the log.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/darwin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index f854ed9380b..dd49426d7c3 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -314,6 +314,10 @@ struct kboard;
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. */