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

Comparing Linux-AIO/AIO.pm (file contents):
Revision 1.17 by root, Sun Jul 18 10:55:34 2004 UTC vs.
Revision 1.18 by root, Sun Jul 18 10:58:00 2004 UTC

107error when stat'ing a large file, the results will be silently truncated 107error when stat'ing a large file, the results will be silently truncated
108unless perl itself is compiled with large file support. 108unless perl itself is compiled with large file support.
109 109
110=item aio_unlink $pathname, $callback 110=item aio_unlink $pathname, $callback
111 111
112Asynchronously unlink a file 112Asynchronously unlink a file.
113 113
114=cut 114=cut
115 115
116min_parallel 1; 116min_parallel 1;
117 117

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines