emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/netbsd.h,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/s/netbsd.h,v
Date: Sun, 05 Nov 2006 15:23:02 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/11/05 15:23:02

Index: netbsd.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/netbsd.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- netbsd.h    1 Sep 2003 15:45:58 -0000       1.41
+++ netbsd.h    5 Nov 2006 15:23:02 -0000       1.42
@@ -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) */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]