>>>> "Andy" == Andy Piper
<andyp(a)parallax.co.uk> writes:
> My patch to Fsignal_process may have caused this breakage.
>
> But I looked at the code, and it seems to me that it ought to work,
> even if SIGIO has been redefined to SIGPOLL.
>
> Could someone investigate this (Mike?) ?
Andy> The problem is that cygwin does this:
Andy> #define SIGIO 23
Andy> #define SIGPOLL SIGIO
Andy> cygwin32.h does this
Andy> #define BROKEN_SIGIO
Andy> SIGIO just undef'ed but not SIGPOLL hence the lossage
OK, I understand. So Fsignal_process stays as is, and the problem
gets resolved in the cygwin header files?
Martin