[EMAIL PROTECTED] wrote:
> 
> I need to be able to block waiting for input from several fd's in select,
> then if I get input on stdin, read from it.  On all platforms I've tried
> except Cygwthe following works:
> 
> #include <stdio.h>
> #include <sys/select.h>
> #include <io.h>
  ^^^^^^^^^^^^^^^
Your code works for me on Tru64 Unix (nee Digital Unix) once I remove
this include of a non-existant file - but I can't tell you what's
happening with Cygwin. What about Mingw32?

> 
> Can anyone tell me how to get the desired (eg. non-Cygwin) behavior?

-- 
Email  - [EMAIL PROTECTED]        Mark C Favas
Phone  - +61 8 9333 6268, 0418 926 074   CSIRO Exploration & Mining
Fax    - +61 8 9383 9891                 Private Bag Post Office Wembley
GPS    - 31.97 S, 115.81 E               Western Australia 6014

Reply via email to