diff options
| author | Richard M. Stallman | 1994-09-27 01:58:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-27 01:58:00 +0000 |
| commit | 3bda169e6d48b433ddf56844844f02e92b521271 (patch) | |
| tree | d1de0b8bbc95019460aaf257b40fbb24208596f0 /src/m | |
| parent | bcd69aea93e6c0c90b18a928f56ce8eeacc92f60 (diff) | |
| download | emacs-3bda169e6d48b433ddf56844844f02e92b521271.tar.gz emacs-3bda169e6d48b433ddf56844844f02e92b521271.zip | |
(POSIX_SIGNALS): Define it.
(sigsetmask): Add #undef.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/dpx2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/dpx2.h b/src/m/dpx2.h index cc4decb9743..0366542df9f 100644 --- a/src/m/dpx2.h +++ b/src/m/dpx2.h | |||
| @@ -221,6 +221,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 221 | /* It doesn't seem we have sigpause */ | 221 | /* It doesn't seem we have sigpause */ |
| 222 | #undef HAVE_SYSV_SIGPAUSE | 222 | #undef HAVE_SYSV_SIGPAUSE |
| 223 | 223 | ||
| 224 | #define POSIX_SIGNALS | ||
| 225 | |||
| 226 | /* We don't need the definition from usg5-3.h with POSIX_SIGNALS. */ | ||
| 227 | #undef sigsetmask | ||
| 228 | |||
| 224 | 229 | ||
| 225 | /* on bos2.00.45 there is a bug that makes the F_SETOWN fcntl() call | 230 | /* on bos2.00.45 there is a bug that makes the F_SETOWN fcntl() call |
| 226 | enters in an infinite loop. Avoid calling it */ | 231 | enters in an infinite loop. Avoid calling it */ |