Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.

This commit is contained in:
Kenichi Handa 2000-11-11 01:07:33 +00:00
parent 0a95681a61
commit 4e677396de
2 changed files with 13 additions and 0 deletions

View 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.

View 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