# HG changeset patch # User Richard M. Stallman # Date 1162740182 0 # Node ID 7140475b809529a62156d6f936792fc7081daacb # Parent b99c559d6365b85486352e2b2c9f145f1bc90841 (POSIX_SIGNALS): Defined. diff -r b99c559d6365 -r 7140475b8095 src/s/netbsd.h --- 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) */