]> git.eshelyaron.com Git - emacs.git/commitdiff
(POSIX_SIGNALS): Define it.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Sep 1994 01:58:00 +0000 (01:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Sep 1994 01:58:00 +0000 (01:58 +0000)
(sigsetmask): Add #undef.

src/m/dpx2.h

index cc4decb974356185d38212ceb3706634276a8c1e..0366542df9f0b4932b3f208cd67dafe73a180dcf 100644 (file)
@@ -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  */