Mercurial > emacs
changeset 73704:7140475b8095
(POSIX_SIGNALS): Defined.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 05 Nov 2006 15:23:02 +0000 |
parents | b99c559d6365 |
children | 7904e34e75bd |
files | src/s/netbsd.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/netbsd.h Sun Nov 05 15:19:55 2006 +0000 +++ b/src/s/netbsd.h Sun Nov 05 15:23:02 2006 +0000 @@ -138,5 +138,10 @@ #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS +/* Use sigprocmask and friends instead of sigblock; + sigblock is considered obsolete on NetBSD. */ + +#define POSIX_SIGNALS 1 + /* arch-tag: e80f364a-04e9-4faf-93cb-f36a0fe95c81 (do not change this comment) */