Re: [PATCH 1/4] Use high-resolution timebases for select().

2016-05-20 Thread Corinna Vinschen
On May 18 19:14, cg...@glup.org wrote: > From: John Hood > > * select.h: Change prototype for select_stuff::wait() for larger > microsecond timeouts. > * select.cc (pselect): Convert from old cygwin_select(). > Implement microsecond timeouts. > (cygwin_select): Rewrite as a wrapper on psele

Re: [PATCH] Re: Cygwin select() issues and improvements

2016-05-20 Thread Corinna Vinschen
On May 18 20:02, john hood wrote: > On 5/18/16 3:23 PM, Corinna Vinschen wrote: > > Hi John, > > > > On May 8 16:43, john hood wrote: > >> On 3/29/16 8:49 AM, Corinna Vinschen wrote: > >>> John, ping? > >> > >> Sorry it took so long to reply, but I finally got around to cleaning up > >> the patch