forked from perl/perl-EV
- updated to 4.33 see /usr/share/doc/packages/perl-EV/Changes - Set license to Artistic-1.0 OR GPL-1.0-or-later - Add missing returns to ev_ioring.c to make it build OBS-URL: https://build.opensuse.org/request/show/892387 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-EV?expand=0&rev=1
19 lines
496 B
Diff
19 lines
496 B
Diff
--- libev/ev_iouring.c.orig 2020-03-08 16:55:17.000000000 +0100
|
|
+++ libev/ev_iouring.c 2021-04-21 17:34:58.985032376 +0200
|
|
@@ -297,6 +297,7 @@
|
|
++EV_SQ_VAR (tail);
|
|
/*ECB_MEMORY_FENCE_RELEASE; /* for the time being we assume this is not needed */
|
|
++iouring_to_submit;
|
|
+ return NULL;
|
|
}
|
|
|
|
/*****************************************************************************/
|
|
@@ -328,6 +329,7 @@
|
|
ev_ref (EV_A);
|
|
ev_io_stop (EV_A_ &iouring_tfd_w);
|
|
}
|
|
+ return 0;
|
|
}
|
|
|
|
ecb_cold
|