From: Kenichi Handa Date: Sat, 11 Nov 2000 01:07:33 +0000 (+0000) Subject: Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY. X-Git-Tag: emacs-pretest-21.0.90~129 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e677396de1564fdd168763731589e2c5ae255a6;p=emacs.git Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY. --- diff --git a/src/ChangeLog b/src/ChangeLog index 691cedc4895..2ee81f35079 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2000-11-11 Kenichi Handa + * 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. diff --git a/src/syssignal.h b/src/syssignal.h index 26e10edd5b9..eafdb3a6a6a 100644 --- a/src/syssignal.h +++ b/src/syssignal.h @@ -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