bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 'select' on MS-Windows returns without waiting for pipes


From: Eli Zaretskii
Subject: Re: 'select' on MS-Windows returns without waiting for pipes
Date: Wed, 11 Jun 2014 05:46:56 +0300

> Date: Tue, 10 Jun 2014 23:53:50 +0100
> From: Pádraig Brady <address@hidden>
> CC: address@hidden
> 
> > Right you are.  So this should be something like
> > 
> >   clock_t tnow = clock ();
> >   if (tend >= tnow)
> >     wait_timeout = tend - tnow;
> >   else
> >     wait_timeout = 0;
> 
> Pushed the attached, thanks.

Thank you.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]