comparison src/syssignal.h @ 66222:c37814853783

[__Lynx__]: Undef SIGPOLL along with SIGIO.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 20 Oct 2005 13:18:50 +0000
parents a0d1312ede66
children 3bd95f4f2941 732c5740ca8f 0ca0d9181b5e
comparison
equal deleted inserted replaced
66221:93993e9cee9c 66222:c37814853783
144 144
145 #if defined (SIGINFO) && defined (BROKEN_SIGINFO) 145 #if defined (SIGINFO) && defined (BROKEN_SIGINFO)
146 #undef SIGINFO 146 #undef SIGINFO
147 #endif 147 #endif
148 #if defined (SIGIO) && defined (BROKEN_SIGIO) 148 #if defined (SIGIO) && defined (BROKEN_SIGIO)
149 #undef SIGIO 149 # undef SIGIO
150 # if defined (__Lynx__)
151 # undef SIGPOLL /* Defined as SIGIO on LynxOS */
152 # endif
150 #endif 153 #endif
151 #if defined (SIGPOLL) && defined (BROKEN_SIGPOLL) 154 #if defined (SIGPOLL) && defined (BROKEN_SIGPOLL)
152 #undef SIGPOLL 155 #undef SIGPOLL
153 #endif 156 #endif
154 #if defined (SIGTSTP) && defined (BROKEN_SIGTSTP) 157 #if defined (SIGTSTP) && defined (BROKEN_SIGTSTP)