bug-gnu-emacs
[Top][All Lists]
Advanced

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

netbsd.h change


From: Mark Davies
Subject: netbsd.h change
Date: Fri, 3 Nov 2006 00:06:29 +1300
User-agent: KMail/1.9.5

The NetBSD pkgsrc build of emacs has had the following patch to 
s/netbsd.h for a couple of years, similar to FreeBSD so please 
include in the base release.

cheers
mark

$NetBSD$

--- src/s/netbsd.h.orig 2006-11-02 23:59:28.000000000 +1300
+++ src/s/netbsd.h
@@ -138,5 +138,10 @@
 
 #define GC_MARK_STACK  GC_MAKE_GCPROS_NOOPS
 
+/* Use sigprocmask(2) and friends instead of sigblock(2); the man 
page
+   of sigblock says it is obsolete.  */
+
+#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]