]> code.delx.au - gnu-emacs/commitdiff
(POSIX_SIGNALS): Defined.
authorRichard M. Stallman <rms@gnu.org>
Sun, 5 Nov 2006 15:23:02 +0000 (15:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 5 Nov 2006 15:23:02 +0000 (15:23 +0000)
src/s/netbsd.h

index 206ff55c854057bc72b94cf4a6e7e38403b43038..c4bfddfbe5b253b7c0abf14033ea593990056f1d 100644 (file)
 
 #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) */