delorie.com/archives/browse.cgi | search |
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 <khan AT xraylith DOT wisc DOT EDU> |
To: | Robert Follner <follner AT icl DOT cz> |
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: | <Pine.LNX.3.96.990708180913.27231B-100000@mercury.xraylith.wisc.edu> |
MIME-Version: | 1.0 |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |