diff options
Diffstat (limited to 'devel/p5-IO-AIO/files/patch-AIO.xs')
-rw-r--r-- | devel/p5-IO-AIO/files/patch-AIO.xs | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/devel/p5-IO-AIO/files/patch-AIO.xs b/devel/p5-IO-AIO/files/patch-AIO.xs index b1df75c1ed23..cf26e3bbb7a5 100644 --- a/devel/p5-IO-AIO/files/patch-AIO.xs +++ b/devel/p5-IO-AIO/files/patch-AIO.xs @@ -1,18 +1,6 @@ ---- AIO.xs.orig 2022-09-28 08:22:50 UTC +--- AIO.xs.orig 2022-09-25 16:29:50 UTC +++ AIO.xs -@@ -169,9 +169,11 @@ - # include <sys/eventfd.h> - #endif - -+#define cv condvar_cv - #if HAVE_TIMERFD - # include <sys/timerfd.h> - #endif -+#undef cv - - #if HAVE_RLIMITS - #include <sys/time.h> -@@ -2926,7 +2928,7 @@ fexecve (SV *fh, SV *args, SV *envs = &PL_sv_undef) +@@ -2924,7 +2924,7 @@ fexecve (SV *fh, SV *args, SV *envs = &PL_sv_undef) OUTPUT: RETVAL int |