diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/netbsd.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
| 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) */ |