# HG changeset patch # User Richard M. Stallman # Date 780631080 0 # Node ID c49e28d992380fe4ef0b37399371ba3b546ce7f4 # Parent 59bc2d010b5ff895a2740bab306f93eac7d9293b (POSIX_SIGNALS): Define it. (sigsetmask): Add #undef. diff -r 59bc2d010b5f -r c49e28d99238 src/m/dpx2.h --- 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 */