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

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

2016-05-18 Thread cgull
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 pselect(). (select): Implement microsecond timeouts. (