Mercurial > emacs
changeset 9116:c49e28d99238
(POSIX_SIGNALS): Define it.
(sigsetmask): Add #undef.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Sep 1994 01:58:00 +0000 |
parents | 59bc2d010b5f |
children | f69e6cf74874 |
files | src/m/dpx2.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/dpx2.h Tue Sep 27 01:53:42 1994 +0000 +++ b/src/m/dpx2.h Tue Sep 27 01:58:00 1994 +0000 @@ -221,6 +221,11 @@ /* It doesn't seem we have sigpause */ #undef HAVE_SYSV_SIGPAUSE +#define POSIX_SIGNALS + +/* We don't need the definition from usg5-3.h with POSIX_SIGNALS. */ +#undef sigsetmask + /* on bos2.00.45 there is a bug that makes the F_SETOWN fcntl() call enters in an infinite loop. Avoid calling it */