From ea7ce82132542765e1ca8423a64c9e943d00941e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 5 Nov 2006 15:23:02 +0000 Subject: [PATCH] (POSIX_SIGNALS): Defined. --- src/s/netbsd.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 206ff55c854..c4bfddfbe5b 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h @@ -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) */ -- 2.39.2