diff src/s/netbsd.h @ 73704:7140475b8095

(POSIX_SIGNALS): Defined.
author Richard M. Stallman <rms@gnu.org>
date Sun, 05 Nov 2006 15:23:02 +0000
parents 695cf19ef79e
children c365fcdf7c2a 02cf29720f31
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) */