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.244 by root, Fri Jan 24 23:46:16 2014 UTC vs.
Revision 1.245 by root, Sat Jan 25 00:15:52 2014 UTC

167use common::sense; 167use common::sense;
168 168
169use base 'Exporter'; 169use base 'Exporter';
170 170
171BEGIN { 171BEGIN {
172 our $VERSION = '4.19'; 172 our $VERSION = 4.2;
173 173
174 our @AIO_REQ = qw(aio_sendfile aio_seek aio_read aio_write aio_open aio_close 174 our @AIO_REQ = qw(aio_sendfile aio_seek aio_read aio_write aio_open aio_close
175 aio_stat aio_lstat aio_unlink aio_rmdir aio_readdir aio_readdirx 175 aio_stat aio_lstat aio_unlink aio_rmdir aio_readdir aio_readdirx
176 aio_scandir aio_symlink aio_readlink aio_realpath aio_sync 176 aio_scandir aio_symlink aio_readlink aio_realpath aio_sync
177 aio_fsync aio_syncfs aio_fdatasync aio_sync_file_range aio_allocate 177 aio_fsync aio_syncfs aio_fdatasync aio_sync_file_range aio_allocate
1555passing C<undef> as working directory component of a pathname fails the 1555passing C<undef> as working directory component of a pathname fails the
1556request with C<ENOENT>, there is often no need for error checking in the 1556request with C<ENOENT>, there is often no need for error checking in the
1557C<aio_wd> callback, as future requests using the value will fail in the 1557C<aio_wd> callback, as future requests using the value will fail in the
1558expected way. 1558expected way.
1559 1559
1560If this call isn't available because your OS lacks it or it couldn't be
1561detected, it will be emulated by calling C<fsync> instead.
1562
1563=item IO::AIO::CWD 1560=item IO::AIO::CWD
1564 1561
1565This is a compiletime constant (object) that represents the process 1562This is a compiletime constant (object) that represents the process
1566current working directory. 1563current working directory.
1567 1564

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines