Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
authorKenichi Handa <handa@m17n.org>
Sat, 11 Nov 2000 01:07:33 +0000 (01:07 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 11 Nov 2000 01:07:33 +0000 (01:07 +0000)
src/ChangeLog
src/syssignal.h

index 691cedc..2ee81f3 100644 (file)
@@ -1,5 +1,11 @@
 2000-11-11  Kenichi Handa  <handa@etl.go.jp>
 
+       * syssignal.h: Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
+
+       * m/ibmrs6000.h (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
+       Defined these macros.
+       (NLIST_STRUCT): Avoid re-defining it.
+
        * s/hpux10.h (C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and
        -I/usr/contrib/X11R6/include.
        (LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.
index 26e10ed..eafdb3a 100644 (file)
@@ -144,6 +144,13 @@ extern SIGMASKTYPE sigprocmask_set;
 #if defined (SIGURG) && defined (BROKEN_SIGURG)
 #undef SIGURG
 #endif
+#if defined (SIGAIO) && defined (BROKEN_SIGAIO)
+#undef SIGAIO
+#endif
+#if defined (SIGPTY) && defined (BROKEN_SIGPTY)
+#undef SIGPTY
+#endif
+
 
 #if NSIG < NSIG_MINIMUM
 # ifdef NSIG