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

Comparing libev/ev.c (file contents):
Revision 1.511 by root, Fri Nov 22 14:32:13 2019 UTC vs.
Revision 1.512 by root, Fri Nov 22 19:54:38 2019 UTC

448# undef EV_USE_INOTIFY 448# undef EV_USE_INOTIFY
449# define EV_USE_INOTIFY 0 449# define EV_USE_INOTIFY 0
450#endif 450#endif
451 451
452#if __linux && EV_USE_IOURING 452#if __linux && EV_USE_IOURING
453# include <linux/fs.h> 453# include <linux/version.h>
454# ifndef RWF_SYNC 454# if LINUX_VERSION_CODE < KERNEL_VERSION(4,14,0)
455# undef EV_USE_IOURING 455# undef EV_USE_IOURING
456# define EV_USE_IOURING 0 456# define EV_USE_IOURING 0
457# endif 457# endif
458#endif 458#endif
459 459

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines