This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: I cannot find poll.h


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]