I cannot find poll.h
Mumit Khan
khan@xraylith.wisc.EDU
Sat Jul 31 18:34:00 GMT 1999
On Thu, 8 Jul 1999, Robert Follner wrote:
> I was looking for it in cygwin docs, and not found it.
> So, I have a question.
> Is it posible any workaround for poll?
Use select. Lots of systems emulate poll() using select(). A good resource
is W. Richard Stevens' Advanced Programming in the UNIX Environment.
> Is there similar way in Windows API?
> Sorry, I'm not good in Win API programming...
Since you're using the Cygwin POSIX layer and obviously porting Unix-based
code, try select() first.
Regards,
Mumit
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list