Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm Sender: cygwin-owner@sourceware.cygnus.com Delivered-To: mailing list cygwin@sourceware.cygnus.com X-Authentication-Warning: mercury.xraylith.wisc.edu: khan owned process doing -bs Date: Thu, 8 Jul 1999 18:11:36 -0500 (CDT) From: Mumit Khan To: Robert Follner cc: cygwin@sourceware.cygnus.com Subject: Re: I cannot find poll.h In-Reply-To: <99070821041000.01123@follner.icl.cz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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