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

Comparing libeio/eio.pod (file contents):
Revision 1.13 by root, Tue Jul 5 09:24:12 2011 UTC vs.
Revision 1.14 by root, Tue Jul 5 14:02:15 2011 UTC

323 } 323 }
324 324
325=item eio_realpath (const char *path, int pri, eio_cb cb, void *data) 325=item eio_realpath (const char *path, int pri, eio_cb cb, void *data)
326 326
327Similar to the realpath libc function, but unlike that one, result is 327Similar to the realpath libc function, but unlike that one, result is
328C<0> on failure and the length of the returned path in C<ptr2> - this is 328C<-1> on failure and the length of the returned path in C<ptr2> (which is
329similar to readlink. 329not 0-terminated) - this is similar to readlink.
330 330
331=item eio_stat (const char *path, int pri, eio_cb cb, void *data) 331=item eio_stat (const char *path, int pri, eio_cb cb, void *data)
332 332
333=item eio_lstat (const char *path, int pri, eio_cb cb, void *data) 333=item eio_lstat (const char *path, int pri, eio_cb cb, void *data)
334 334

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines