ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/eio.pod
(Generate patch)

Comparing libeio/eio.pod (file contents):
Revision 1.10 by root, Sun Jun 5 23:22:04 2011 UTC vs.
Revision 1.11 by root, Mon Jun 20 07:28:15 2011 UTC

226custom data value as C<data>. 226custom data value as C<data>.
227 227
228=head3 POSIX API WRAPPERS 228=head3 POSIX API WRAPPERS
229 229
230These requests simply wrap the POSIX call of the same name, with the same 230These requests simply wrap the POSIX call of the same name, with the same
231arguments. If a function is not implemented by the OS and cnanot be emulated 231arguments. If a function is not implemented by the OS and cannot be emulated
232in some way, then all of these return C<-1> and set C<errorno> to C<ENOSYS>. 232in some way, then all of these return C<-1> and set C<errorno> to C<ENOSYS>.
233 233
234=over 4 234=over 4
235 235
236=item eio_open (const char *path, int flags, mode_t mode, int pri, eio_cb cb, void *data) 236=item eio_open (const char *path, int flags, mode_t mode, int pri, eio_cb cb, void *data)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines