Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT 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 AT sourceware DOT cygnus DOT 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 AT sourceware DOT cygnus DOT com