From: Richard M. Stallman Date: Tue, 27 Sep 1994 01:58:00 +0000 (+0000) Subject: (POSIX_SIGNALS): Define it. X-Git-Tag: emacs-19.34~6738 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bda169e6d48b433ddf56844844f02e92b521271;p=emacs.git (POSIX_SIGNALS): Define it. (sigsetmask): Add #undef. --- 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. */ /* 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 */