emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/syssignal.h


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/syssignal.h
Date: Thu, 20 Oct 2005 09:18:51 -0400

Index: emacs/src/syssignal.h
diff -c emacs/src/syssignal.h:1.41 emacs/src/syssignal.h:1.42
*** emacs/src/syssignal.h:1.41  Sun Aug  7 12:33:18 2005
--- emacs/src/syssignal.h       Thu Oct 20 13:18:50 2005
***************
*** 146,152 ****
  #undef SIGINFO
  #endif
  #if defined (SIGIO) && defined (BROKEN_SIGIO)
! #undef SIGIO
  #endif
  #if defined (SIGPOLL) && defined (BROKEN_SIGPOLL)
  #undef SIGPOLL
--- 146,155 ----
  #undef SIGINFO
  #endif
  #if defined (SIGIO) && defined (BROKEN_SIGIO)
! # undef SIGIO
! # if defined (__Lynx__)
! # undef SIGPOLL /* Defined as SIGIO on LynxOS */
! # endif
  #endif
  #if defined (SIGPOLL) && defined (BROKEN_SIGPOLL)
  #undef SIGPOLL




reply via email to

[Prev in Thread] Current Thread [Next in Thread]