unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* netbsd.h change
@ 2006-11-02 11:06 Mark Davies
  0 siblings, 0 replies; only message in thread
From: Mark Davies @ 2006-11-02 11:06 UTC (permalink / raw)


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) */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-02 11:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-02 11:06 netbsd.h change Mark Davies

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).