ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.c
(Generate patch)

Comparing libev/ev.c (file contents):
Revision 1.509 by root, Sat Aug 17 05:30:16 2019 UTC vs.
Revision 1.510 by root, Wed Aug 28 09:45:49 2019 UTC

2004 clock_gettime (CLOCK_REALTIME, &ts); 2004 clock_gettime (CLOCK_REALTIME, &ts);
2005 return EV_TS_GET (ts); 2005 return EV_TS_GET (ts);
2006 } 2006 }
2007#endif 2007#endif
2008 2008
2009 {
2009 struct timeval tv; 2010 struct timeval tv;
2010 gettimeofday (&tv, 0); 2011 gettimeofday (&tv, 0);
2011 return EV_TV_GET (tv); 2012 return EV_TV_GET (tv);
2013 }
2012} 2014}
2013#endif 2015#endif
2014 2016
2015inline_size ev_tstamp 2017inline_size ev_tstamp
2016get_clock (void) 2018get_clock (void)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines