> Date: Tue, 10 Jun 2014 23:53:50 +0100 > From: Pádraig Brady <p...@draigbrady.com> > CC: bug-gnulib@gnu.org > > > 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.