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

Comparing IO-AIO/AIO.pm (file contents):
Revision 1.310 by root, Wed Dec 30 07:45:32 2020 UTC vs.
Revision 1.311 by root, Sun Feb 7 13:13:44 2021 UTC

2329C<IO::AIO::MAP_POPULATE>, 2329C<IO::AIO::MAP_POPULATE>,
2330C<IO::AIO::MAP_NONBLOCK>, 2330C<IO::AIO::MAP_NONBLOCK>,
2331C<IO::AIO::MAP_FIXED>, 2331C<IO::AIO::MAP_FIXED>,
2332C<IO::AIO::MAP_GROWSDOWN>, 2332C<IO::AIO::MAP_GROWSDOWN>,
2333C<IO::AIO::MAP_32BIT>, 2333C<IO::AIO::MAP_32BIT>,
2334C<IO::AIO::MAP_HUGETLB> or 2334C<IO::AIO::MAP_HUGETLB>,
2335C<IO::AIO::MAP_STACK>. 2335C<IO::AIO::MAP_STACK>,
2336C<IO::AIO::MAP_FIXED_NOREPLACE>,
2337C<IO::AIO::MAP_SHARED_VALIDATE>,
2338C<IO::AIO::MAP_SYNC> or
2339C<IO::AIO::MAP_UNINITIALIZED>.
2336 2340
2337If C<$fh> is C<undef>, then a file descriptor of C<-1> is passed. 2341If C<$fh> is C<undef>, then a file descriptor of C<-1> is passed.
2338 2342
2339C<$offset> is the offset from the start of the file - it generally must be 2343C<$offset> is the offset from the start of the file - it generally must be
2340a multiple of C<IO::AIO::PAGESIZE> and defaults to C<0>. 2344a multiple of C<IO::AIO::PAGESIZE> and defaults to C<0>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines