Mercurial > emacs
changeset 66222:c37814853783
[__Lynx__]: Undef SIGPOLL along with SIGIO.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 20 Oct 2005 13:18:50 +0000 |
parents | 93993e9cee9c |
children | 6bc455208c59 |
files | src/syssignal.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/syssignal.h Thu Oct 20 13:17:59 2005 +0000 +++ b/src/syssignal.h Thu Oct 20 13:18:50 2005 +0000 @@ -146,7 +146,10 @@ #undef SIGINFO #endif #if defined (SIGIO) && defined (BROKEN_SIGIO) -#undef SIGIO +# undef SIGIO +# if defined (__Lynx__) +# undef SIGPOLL /* Defined as SIGIO on LynxOS */ +# endif #endif #if defined (SIGPOLL) && defined (BROKEN_SIGPOLL) #undef SIGPOLL