Mercurial > emacs
changeset 33408:f07928f0dede
Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 11 Nov 2000 01:07:16 +0000 |
parents | b1a5569ab5ad |
children | 9327d739df68 |
files | src/syssignal.h |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/syssignal.h Sat Nov 11 01:05:49 2000 +0000 +++ b/src/syssignal.h Sat Nov 11 01:07:16 2000 +0000 @@ -144,6 +144,13 @@ #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