diff options
Diffstat (limited to 'src')
| -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 */ |