ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.xs
(Generate patch)

Comparing IO-AIO/AIO.xs (file contents):
Revision 1.279 by root, Fri Sep 6 22:03:45 2019 UTC vs.
Revision 1.280 by root, Tue Sep 10 02:16:41 2019 UTC

2528 retval = &PL_sv_undef; 2528 retval = &PL_sv_undef;
2529#endif 2529#endif
2530 XPUSHs (retval); 2530 XPUSHs (retval);
2531} 2531}
2532 2532
2533int 2533ssize_t
2534splice (aio_rfd rfh, SV *off_in, aio_wfd wfh, SV *off_out, size_t length, unsigned int flags) 2534splice (aio_rfd rfh, SV *off_in, aio_wfd wfh, SV *off_out, size_t length, unsigned int flags)
2535 CODE: 2535 CODE:
2536{ 2536{
2537#if HAVE_LINUX_SPLICE 2537#if HAVE_LINUX_SPLICE
2538 loff_t off_in_, off_out_; 2538 loff_t off_in_, off_out_;
2546#endif 2546#endif
2547} 2547}
2548 OUTPUT: 2548 OUTPUT:
2549 RETVAL 2549 RETVAL
2550 2550
2551int 2551ssize_t
2552tee (aio_rfd rfh, aio_wfd wfh, size_t length, unsigned int flags) 2552tee (aio_rfd rfh, aio_wfd wfh, size_t length, unsigned int flags)
2553 CODE: 2553 CODE:
2554#if HAVE_LINUX_SPLICE 2554#if HAVE_LINUX_SPLICE
2555 RETVAL = tee (rfh, wfh, length, flags); 2555 RETVAL = tee (rfh, wfh, length, flags);
2556#else 2556#else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines