ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/State.xs
(Generate patch)

Comparing Coro/Coro/State.xs (file contents):
Revision 1.386 by root, Sat Feb 19 06:51:23 2011 UTC vs.
Revision 1.387 by root, Mon Feb 21 13:38:04 2011 UTC

319/** time stuff **************************************************************/ 319/** time stuff **************************************************************/
320 320
321#ifdef HAS_GETTIMEOFDAY 321#ifdef HAS_GETTIMEOFDAY
322 322
323static void 323static void
324coro_u2time (aTHX_ UV ret[2]) 324coro_u2time (pTHX_ UV ret[2])
325{ 325{
326 struct timeval tv; 326 struct timeval tv;
327 gettimeofday (&tv, 0); 327 gettimeofday (&tv, 0);
328 328
329 ret [0] = tv.tv_sec; 329 ret [0] = tv.tv_sec;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines