From: Richard M. Stallman Date: Sun, 5 Nov 2006 15:23:02 +0000 (+0000) Subject: (POSIX_SIGNALS): Defined. X-Git-Tag: emacs-pretest-22.0.91~326 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea7ce82132542765e1ca8423a64c9e943d00941e;p=emacs.git (POSIX_SIGNALS): Defined. --- diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 206ff55c854..c4bfddfbe5b 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h @@ -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) */