Date: Mon, 3 Jun 1996 11:46:39 +0400 (MSD) From: "Alexander V. Lukyanov" Message-Id: <199606030746.LAA12282@video.yars.free.net> To: eliz AT is DOT elta DOT co DOT il, rad AT lucel DOT demon DOT co DOT uk Cc: djgpp AT delorie DOT com Subject: Re: I/O Multiplexor > On Mon, 3 Jun 1996, Rich Deighton wrote: > > > Does anyone have, or know of, a select() replacement for use under DJGPPv2? > > Anything that will allow me to multiplex on a group of file descriptors > > would be useful. > > What's wrong with `select' from the v2 library? Why do you need a > replacement? BTW, I have implemented poll() via select(). The only thing I'm not sure of, is copyrights. The header poll.h in Solaris have a copyright notice of AT&T, but the header is so small and I could rewrite it myself. So what about including poll in djgpp library?