--- IO-AIO/AIO.pm 2011/05/26 04:15:37 1.193 +++ IO-AIO/AIO.pm 2011/05/27 00:44:49 1.194 @@ -170,7 +170,7 @@ use base 'Exporter'; BEGIN { - our $VERSION = '3.8'; + our $VERSION = '3.9'; our @AIO_REQ = qw(aio_sendfile aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink aio_rmdir aio_readdir aio_readdirx @@ -370,6 +370,15 @@ } }; +In addition to all the common open modes/flags (C, C, +C, C, C, C and C), the +following POSIX and non-POSIX constants are available (missing ones on +your system are, as usual, C<0>): + +C, C, C, C, C, C, +C, C, C, C, C, +C, C and C. + =item aio_close $fh, $callback->($status)