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

Comparing libev/ev_iouring.c (file contents):
Revision 1.25 by root, Sun May 9 18:41:06 2021 UTC vs.
Revision 1.26 by root, Wed Aug 10 16:50:05 2022 UTC

346 iouring_tfd_to = EV_TSTAMP_HUGE; 346 iouring_tfd_to = EV_TSTAMP_HUGE;
347} 347}
348 348
349/* called for full and partial cleanup */ 349/* called for full and partial cleanup */
350ecb_cold 350ecb_cold
351static int 351static void
352iouring_internal_destroy (EV_P) 352iouring_internal_destroy (EV_P)
353{ 353{
354 close (iouring_tfd); 354 close (iouring_tfd);
355 close (iouring_fd); 355 close (iouring_fd);
356 356

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines