--- IO-AIO/AIO.pm 2010/01/07 20:25:57 1.173 +++ IO-AIO/AIO.pm 2010/01/10 20:28:43 1.174 @@ -1502,6 +1502,21 @@ On systems that do not implement C, this function returns ENOSYS, otherwise the return value of C. +=item IO::AIO::mlockall $flags + +Calls the C function with the given C<$flags> (a combination of +C and C). + +On systems that do not implement C, this function returns +ENOSYS, otherwise the return value of C. + +=item IO::AIO::munlockall + +Calls the C function. + +On systems that do not implement C, this function returns +ENOSYS, otherwise the return value of C. + =back =cut