comparison 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
comparison
equal deleted inserted replaced
73703:b99c559d6365 73704:7140475b8095
136 136
137 /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method. */ 137 /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method. */
138 138
139 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 139 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
140 140
141 /* Use sigprocmask and friends instead of sigblock;
142 sigblock is considered obsolete on NetBSD. */
143
144 #define POSIX_SIGNALS 1
145
141 /* arch-tag: e80f364a-04e9-4faf-93cb-f36a0fe95c81 146 /* arch-tag: e80f364a-04e9-4faf-93cb-f36a0fe95c81
142 (do not change this comment) */ 147 (do not change this comment) */