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

Comparing libev/ev.c (file contents):
Revision 1.459 by root, Tue Oct 29 12:13:37 2013 UTC vs.
Revision 1.460 by root, Tue Oct 29 12:53:38 2013 UTC

249#ifndef EV_USE_FLOOR 249#ifndef EV_USE_FLOOR
250# define EV_USE_FLOOR 0 250# define EV_USE_FLOOR 0
251#endif 251#endif
252 252
253#ifndef EV_USE_CLOCK_SYSCALL 253#ifndef EV_USE_CLOCK_SYSCALL
254# if __linux && __GLIBC__ >= 2 254# if __linux && __GLIBC__ == 2 && __GLIBC_MINOR__ < 17
255# define EV_USE_CLOCK_SYSCALL EV_FEATURE_OS 255# define EV_USE_CLOCK_SYSCALL EV_FEATURE_OS
256# else 256# else
257# define EV_USE_CLOCK_SYSCALL 0 257# define EV_USE_CLOCK_SYSCALL 0
258# endif 258# endif
259#endif 259#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines