diff options
| author | Richard M. Stallman | 2006-11-05 15:23:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-11-05 15:23:02 +0000 |
| commit | ea7ce82132542765e1ca8423a64c9e943d00941e (patch) | |
| tree | c916b0fb077d2bbe0967daa63722bedaca904698 /src | |
| parent | 5b309ebfe67045d5b59217f77d3160fa1c68b785 (diff) | |
| download | emacs-ea7ce82132542765e1ca8423a64c9e943d00941e.tar.gz emacs-ea7ce82132542765e1ca8423a64c9e943d00941e.zip | |
(POSIX_SIGNALS): Defined.
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) */ |